/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | User.cpp | 39 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument 50 if (IsPhi) in allocHungoffUses() 58 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument 68 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses() 75 if (IsPhi) { in growHungoffUses()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-loop-peeling.cc | 92 if (NodeProperties::IsPhi(use_edge.from())) { in PeelWasmLoop() 114 DCHECK(NodeProperties::IsPhi(use_edge.from())); in PeelWasmLoop() 125 if (NodeProperties::IsPhi(use_edge.from())) { in PeelWasmLoop()
|
D | dead-code-elimination.cc | 130 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge() 145 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge() 170 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
|
D | loop-analysis.cc | 211 } else if (NodeProperties::IsPhi(node)) { in PropagateBackward() 277 if (NodeProperties::IsPhi(use)) { in SetLoopMarkForLoopHeader() 341 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node); in IsLoopHeaderNode() 352 if (NodeProperties::IsPhi(use)) { in IsBackedge()
|
D | loop-unrolling.cc | 190 if (NodeProperties::IsPhi(use)) { in UnrollLoop()
|
D | node-properties.h | 118 static bool IsPhi(Node* node) { in IsPhi() function
|
D | js-inlining-heuristic.cc | 106 if (m.IsPhi()) { in CollectFunctions()
|
D | scheduler.cc | 1928 if (NodeProperties::IsPhi(use) && IsLive(use)) { in FuseFloatingControl()
|
D | effect-control-linearizer.cc | 530 if (!NodeProperties::IsPhi(use)) return; in TryCloneBranch() 537 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch() 587 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch()
|
D | js-call-reducer.cc | 3973 } else if (m.IsPhi()) { in ShouldUseCallICFeedback()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 90 void allocHungoffUses(unsigned N, bool IsPhi = false); 94 void growHungoffUses(unsigned N, bool IsPhi = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | User.h | 87 void allocHungoffUses(unsigned N, bool IsPhi = false); 91 void growHungoffUses(unsigned N, bool IsPhi = false);
|
/third_party/node/deps/v8/src/torque/ |
D | instructions.h | 107 bool IsPhi() const { return kind_ == Kind::kPhi; } in IsPhi() function 116 DCHECK(IsPhi()); in GetPhiBlock() 121 return IsPhi() && GetPhiBlock() == block; in IsPhiFromBlock() 125 DCHECK(IsPhi()); in GetPhiIndex()
|
D | torque-code-generator.h | 34 if (location.IsPhi()) { in DefinitionToVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local 162 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs() 234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local 246 if (FullChain || IsPhi || !RRs.hasCoverOf(QR)) in getAllReachingDefs()
|
D | RDFGraph.cpp | 1521 for (auto P : BA.Addr->members_if(IsPhi, *this)) in removeUnusedPhis() 1549 if (IsPhi(OA)) in removeUnusedPhis() 1698 for (NodeAddr<InstrNode*> IA : SBA.Addr->members_if(IsPhi, *this)) { in linkBlockRefs()
|
D | HexagonLoopIdiomRecognition.cpp | 1133 bool IsPhi = isa<PHINode>(I); in findCycle() local 1134 if (IsPhi && HadPhi) in findCycle() 1136 HadPhi |= IsPhi; in findCycle()
|
D | RDFGraph.h | 807 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 228 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local 236 if (!IsPhi) { in liveness()
|