Searched refs:IsReturn (Results 1 - 15 of 15) sorted by relevance

/external/v8/test/unittests/compiler/
H A Djs-type-feedback-unittest.cc137 EXPECT_THAT(ret, IsReturn(IsNumberConstant(kValue), graph()->start(),
181 EXPECT_THAT(ret, IsReturn(IsNumberConstant(kValue), graph()->start(),
223 EXPECT_THAT(ret, IsReturn(IsHeapConstant(kValue), graph()->start(),
275 IsReturn(load_field_match, load_field_match, graph()->start()));
327 IsReturn(load_field_match, load_field_match, graph()->start()));
H A Dloop-peeling-unittest.cc162 EXPECT_THAT(r, IsReturn(p0, start(), IsMerge(w.exit, if_false1)));
187 r, IsReturn(IsPhi(MachineRepresentation::kTagged, c.phi, c.base,
226 IsReturn(IsPhi(MachineRepresentation::kTagged, c.phi, c.base,
264 EXPECT_THAT(r, IsReturn(c.phi, start(), outer.exit));
308 EXPECT_THAT(r, IsReturn(phi, start(), outer.exit));
342 EXPECT_THAT(r, IsReturn(p0, start(), IsMerge(b1.if_false, b1f)));
388 r, IsReturn(IsPhi(MachineRepresentation::kTagged, phi, IsInt32Constant(0),
448 r, IsReturn(IsPhi(MachineRepresentation::kTagged, phi, IsInt32Constant(0),
H A Dbranch-elimination-unittest.cc204 EXPECT_THAT(ret1, IsReturn(IsInt32Constant(2), effect, loop));
H A Dcommon-operator-reducer-unittest.cc457 EXPECT_THAT(graph()->end(), IsEnd(ret, IsReturn(vtrue, etrue, if_true),
458 IsReturn(vfalse, efalse, if_false)));
H A Dnode-test-utils.h70 Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher,
H A Dnode-test-utils.cc1573 Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher, function in namespace:v8::internal::compiler
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp661 bool IsReturn = false; local
664 IsReturn |= MI.isReturn();
667 assert((!IsReturn || NumTerminators == 1) &&
672 if (IsReturn)
/external/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc43 if (instr->IsLeaveInlined() || instr->IsReturn()) {
H A Dhydrogen.h1101 DCHECK(!result->IsReturn() && !result->IsSimulate() &&
1111 DCHECK(!result->IsReturn() && !result->IsSimulate() &&
H A Dhydrogen.cc1216 if (last->IsReturn() || last->IsAbnormalExit()) {
1226 if (instruction->IsReturn() || instruction->IsAbnormalExit()) {
/external/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp679 bool IsReturn = (MBB->succ_size() == 0); local
681 assert(IsReturn);
682 else if (IsReturn)
686 return IsReturn;
/external/v8/src/debug/
H A Ddebug.h77 inline bool IsReturn() const { function in class:v8::internal::BreakLocation
H A Ddebug.cc286 IsReturn() ? builtins->Return_DebugBreak() : builtins->Slot_DebugBreak();
484 step_break = location.IsReturn() || (current_fp != last_fp) ||
854 if (location.IsReturn()) step_action = StepOut;
H A Ddebug-scopes.cc68 ignore_nested_scopes = location.IsReturn();
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc351 !instr->IsGap() && !instr->IsReturn()) {
713 if (instr->IsReturn()) {

Completed in 947 milliseconds