/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | User.cpp | 40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument 51 if (IsPhi) in allocHungoffUses() 59 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument 69 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses() 76 if (IsPhi) { in growHungoffUses()
|
/external/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);
|
/external/llvm/include/llvm/IR/ |
D | User.h | 84 void allocHungoffUses(unsigned N, bool IsPhi = false); 88 void growHungoffUses(unsigned N, bool IsPhi = false);
|
/external/v8/src/compiler/ |
D | loop-analysis.cc | 196 } else if (NodeProperties::IsPhi(node)) { in PropagateBackward() 254 if (NodeProperties::IsPhi(use)) { in SetLoopMarkForLoopHeader() 317 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node); in IsLoopHeaderNode() 328 if (NodeProperties::IsPhi(use)) { in IsBackedge()
|
D | dead-code-elimination.cc | 131 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge() 146 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge() 171 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
|
D | node-properties.h | 74 static bool IsPhi(Node* node) { in IsPhi() function
|
D | js-inlining-heuristic.cc | 33 if (m.IsPhi()) { in CollectFunctions()
|
D | scheduler.cc | 1757 if (NodeProperties::IsPhi(use) && IsLive(use)) { in FuseFloatingControl()
|
D | effect-control-linearizer.cc | 246 if (!NodeProperties::IsPhi(use)) return; in TryCloneBranch() 253 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch() 303 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch()
|
D | js-call-reducer.cc | 3206 } else if (m.IsPhi()) { in ShouldUseCallICFeedback()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 92 void growHungoffUses(unsigned N, bool IsPhi = false);
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local 130 if (!IsPhi && !RAI.alias(RefRR, TA.Addr->getRegRef())) in getAllReachingDefs() 203 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local 215 if (FullChain || IsPhi || !RAI.covers(RRs, QR)) in getAllReachingDefs()
|
D | RDFGraph.cpp | 1447 for (auto P : BA.Addr->members_if(IsPhi, *this)) in removeUnusedPhis() 1475 if (IsPhi(OA)) in removeUnusedPhis() 1602 for (NodeAddr<InstrNode*> IA : SBA.Addr->members_if(IsPhi, *this)) { in linkBlockRefs()
|
D | RDFGraph.h | 733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 163 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local 164 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs() 236 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local 248 if (FullChain || IsPhi || !RRs.hasCoverOf(QR)) in getAllReachingDefs()
|
D | RDFGraph.cpp | 1540 for (auto P : BA.Addr->members_if(IsPhi, *this)) in removeUnusedPhis() 1568 if (IsPhi(OA)) in removeUnusedPhis() 1717 for (NodeAddr<InstrNode*> IA : SBA.Addr->members_if(IsPhi, *this)) { in linkBlockRefs()
|
D | HexagonLoopIdiomRecognition.cpp | 1130 bool IsPhi = isa<PHINode>(I); in findCycle() local 1131 if (IsPhi && HadPhi) in findCycle() 1133 HadPhi |= IsPhi; in findCycle()
|
D | RDFGraph.h | 808 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 238 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local 246 if (!IsPhi) { in liveness()
|