/external/llvm/lib/IR/ |
D | User.cpp | 43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument 55 if (IsPhi) in allocHungoffUses() 63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument 73 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses() 80 if (IsPhi) { in growHungoffUses()
|
/external/v8/test/unittests/compiler/ |
D | js-intrinsic-lowering-unittest.cc | 124 IsPhi( in TEST_F() 155 IsPhi( in TEST_F() 186 IsPhi( in TEST_F() 234 IsPhi( in TEST_F() 236 IsPhi(MachineRepresentation::kTagged, in TEST_F()
|
D | loop-peeling-unittest.cc | 187 r, IsReturn(IsPhi(MachineRepresentation::kTagged, c.phi, c.base, in TEST_F() 226 IsReturn(IsPhi(MachineRepresentation::kTagged, c.phi, c.base, in TEST_F() 302 EXPECT_THAT(back, IsPhi(MachineRepresentation::kTagged, c.phi, c.base, in TEST_F() 305 EXPECT_THAT(phi, IsPhi(MachineRepresentation::kTagged, IsInt32Constant(11), in TEST_F() 381 IsPhi(MachineRepresentation::kTagged, in TEST_F() 382 IsPhi(MachineRepresentation::kTagged, IsInt32Constant(1), in TEST_F() 388 r, IsReturn(IsPhi(MachineRepresentation::kTagged, phi, IsInt32Constant(0), in TEST_F() 437 EXPECT_THAT(eval, IsPhi(MachineRepresentation::kTagged, in TEST_F() 442 EXPECT_THAT(phi, IsPhi(MachineRepresentation::kTagged, eval, in TEST_F() 448 r, IsReturn(IsPhi(MachineRepresentation::kTagged, phi, IsInt32Constant(0), in TEST_F()
|
D | int64-lowering-unittest.cc | 619 IsPhi(MachineRepresentation::kWord32, in TEST_F() 641 IsPhi(MachineRepresentation::kWord32, in TEST_F() 690 Matcher<Node*> low_input_matcher = IsPhi( in TEST_F() 695 Matcher<Node*> high_input_matcher = IsPhi( in TEST_F() 788 IsReturn2(IsPhi(MachineRepresentation::kWord32, in TEST_F() 791 IsPhi(MachineRepresentation::kWord32, in TEST_F() 804 IsReturn(IsPhi(rep, v1, v2, test->start()), test->start(), in TestPhi()
|
D | branch-elimination-unittest.cc | 77 IsPhi(MachineRepresentation::kWord32, IsInt32Constant(1), in TEST_F() 118 IsPhi(MachineRepresentation::kWord32, IsInt32Constant(2), in TEST_F()
|
D | dead-code-elimination-unittest.cc | 231 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F() 318 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F()
|
D | diamond-unittest.cc | 127 EXPECT_THAT(phi, IsPhi(types[i], p1, p2, d.merge)); in TEST_F()
|
D | node-test-utils.h | 89 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher, 93 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher,
|
D | js-typed-lowering-unittest.cc | 341 EXPECT_THAT(r.replacement(), IsPhi(MachineRepresentation::kTagged, _, _, _)); in TEST_F()
|
/external/v8/src/compiler/ |
D | dead-code-elimination.cc | 83 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge() 97 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge() 112 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
|
D | control-flow-optimizer.cc | 141 if (!NodeProperties::IsPhi(use)) return false; in TryCloneBranch() 150 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch() 186 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch()
|
D | loop-analysis.cc | 195 } else if (NodeProperties::IsPhi(node)) { in PropagateBackward() 233 if (NodeProperties::IsPhi(use)) { in CreateLoopInfo() 289 if (NodeProperties::IsPhi(use)) { in IsBackedge()
|
D | node-properties.h | 71 static bool IsPhi(Node* node) { in IsPhi() function
|
D | loop-peeling.cc | 278 if (NodeProperties::IsPhi(use)) exits.push_back(use); in Peel()
|
D | osr.cc | 303 if (NodeProperties::IsPhi(use)) { in Deconstruct()
|
/external/v8/src/crankshaft/ |
D | hydrogen-uint32-analysis.cc | 81 if (use->IsPhi()) { in Uint32UsesAreSafe() 103 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe() 149 if (operand->IsPhi()) { in UnmarkPhi()
|
D | hydrogen-representation-changes.cc | 15 if (use_value->IsPhi()) { in InsertRepresentationChangeForUse() 165 if (input->IsPhi() && in Run() 182 if (input->IsPhi() && in Run()
|
D | hydrogen-mark-deoptimize.cc | 35 if (input->IsPhi() && input->CheckFlag(HValue::kAllowUndefinedAsNaN)) { in ProcessPhi()
|
D | hydrogen-redundant-phi.cc | 56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead); in ProcessPhis()
|
D | hydrogen-infer-representation.cc | 44 if (use->IsPhi()) { in Run()
|
D | hydrogen-range-analysis.cc | 217 if (value->IsPhi()) { in PropagateMinusZeroChecks()
|
D | hydrogen-escape-analysis.cc | 274 if (succ_operand->IsPhi() && succ_operand->block() == succ) { in AnalyzeDataFlow()
|
D | hydrogen-check-elimination.cc | 322 if (this_entry->object_->IsPhi() && in Merge() 748 entry->object_->IsPhi() ? "phi" : "object", entry->object_->id()); in Print()
|
D | hydrogen-instructions.cc | 92 if (IsPhi()) { in RepresentationFromUses() 733 if (!other_operand->IsPhi()) { in Verify() 1953 if (!it.value()->IsPhi()) return true; in HasRealUses() 1993 if (!value->IsPhi()) { in InitRealUses()
|
/external/llvm/include/llvm/IR/ |
D | User.h | 82 void allocHungoffUses(unsigned N, bool IsPhi = false); 86 void growHungoffUses(unsigned N, bool IsPhi = false);
|