/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 | select-lowering-unittest.cc | 47 IsPhi( in TEST_F() 58 EXPECT_THAT(r.replacement(), IsPhi(MachineRepresentation::kWord32, p3, p4, in TEST_F() 67 EXPECT_THAT(r.replacement(), IsPhi(MachineRepresentation::kWord32, s0, p0, in TEST_F()
|
D | js-intrinsic-lowering-unittest.cc | 151 IsPhi( in TEST_F() 182 IsPhi( in TEST_F() 213 IsPhi( in TEST_F() 244 IsPhi( in TEST_F() 276 IsPhi( in TEST_F() 307 IsPhi( in TEST_F() 435 IsPhi( in TEST_F() 437 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 | change-lowering-unittest.cc | 374 IsPhi(MachineRepresentation::kTagged, in TARGET_TEST_F() 405 IsPhi(MachineRepresentation::kFloat64, in TARGET_TEST_F() 430 IsPhi( in TARGET_TEST_F() 453 IsPhi( in TARGET_TEST_F() 476 IsPhi( in TARGET_TEST_F() 531 IsPhi(MachineRepresentation::kFloat64, in TARGET_TEST_F() 556 IsPhi( in TARGET_TEST_F() 580 IsPhi( in TARGET_TEST_F() 604 IsPhi( in TARGET_TEST_F()
|
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 | 87 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher, 91 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher,
|
/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 | register-allocator-verifier.cc | 511 bool IsPhi(int virtual_register) { in IsPhi() function in v8::internal::compiler::RegisterAllocatorVerifier::BlockMaps 563 if (IsPhi(succ_vreg)) { in PropagateUsesBackwards() 641 if (IsPhi(first_pred_vreg)) { in InitializePhis() 645 CHECK(!IsPhi(first_pred_vreg)); in InitializePhis() 700 if (!block_maps->IsPhi(virtual_register)) { in VerifyGapMoves()
|
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 | 223 if (value->IsPhi()) { in PropagateMinusZeroChecks()
|
D | hydrogen-bch.cc | 301 if (!decomposition.base->IsPhi()) continue; in CollectInductionVariableData()
|
D | hydrogen-escape-analysis.cc | 274 if (succ_operand->IsPhi() && succ_operand->block() == succ) { in AnalyzeDataFlow()
|
/external/llvm/include/llvm/IR/ |
D | User.h | 82 void allocHungoffUses(unsigned N, bool IsPhi = false); 86 void growHungoffUses(unsigned N, bool IsPhi = false);
|