Home
last modified time | relevance | path

Searched refs:IsPhi (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/IR/
DUser.cpp43 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/
Dselect-lowering-unittest.cc47 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()
Djs-intrinsic-lowering-unittest.cc151 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()
Dloop-peeling-unittest.cc187 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()
Dchange-lowering-unittest.cc374 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()
Dbranch-elimination-unittest.cc77 IsPhi(MachineRepresentation::kWord32, IsInt32Constant(1), in TEST_F()
118 IsPhi(MachineRepresentation::kWord32, IsInt32Constant(2), in TEST_F()
Ddead-code-elimination-unittest.cc231 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F()
318 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F()
Ddiamond-unittest.cc127 EXPECT_THAT(phi, IsPhi(types[i], p1, p2, d.merge)); in TEST_F()
Dnode-test-utils.h87 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher,
91 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher,
/external/v8/src/compiler/
Ddead-code-elimination.cc83 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
97 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
112 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
Dcontrol-flow-optimizer.cc141 if (!NodeProperties::IsPhi(use)) return false; in TryCloneBranch()
150 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch()
186 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch()
Dregister-allocator-verifier.cc511 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()
Dloop-analysis.cc195 } else if (NodeProperties::IsPhi(node)) { in PropagateBackward()
233 if (NodeProperties::IsPhi(use)) { in CreateLoopInfo()
289 if (NodeProperties::IsPhi(use)) { in IsBackedge()
Dnode-properties.h71 static bool IsPhi(Node* node) { in IsPhi() function
Dloop-peeling.cc278 if (NodeProperties::IsPhi(use)) exits.push_back(use); in Peel()
Dosr.cc303 if (NodeProperties::IsPhi(use)) { in Deconstruct()
/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc81 if (use->IsPhi()) { in Uint32UsesAreSafe()
103 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe()
149 if (operand->IsPhi()) { in UnmarkPhi()
Dhydrogen-representation-changes.cc15 if (use_value->IsPhi()) { in InsertRepresentationChangeForUse()
165 if (input->IsPhi() && in Run()
182 if (input->IsPhi() && in Run()
Dhydrogen-mark-deoptimize.cc35 if (input->IsPhi() && input->CheckFlag(HValue::kAllowUndefinedAsNaN)) { in ProcessPhi()
Dhydrogen-redundant-phi.cc56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead); in ProcessPhis()
Dhydrogen-infer-representation.cc44 if (use->IsPhi()) { in Run()
Dhydrogen-range-analysis.cc223 if (value->IsPhi()) { in PropagateMinusZeroChecks()
Dhydrogen-bch.cc301 if (!decomposition.base->IsPhi()) continue; in CollectInductionVariableData()
Dhydrogen-escape-analysis.cc274 if (succ_operand->IsPhi() && succ_operand->block() == succ) { in AnalyzeDataFlow()
/external/llvm/include/llvm/IR/
DUser.h82 void allocHungoffUses(unsigned N, bool IsPhi = false);
86 void growHungoffUses(unsigned N, bool IsPhi = false);

12