/external/llvm-project/llvm/lib/IR/ |
D | User.cpp | 40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument 48 if (IsPhi) in allocHungoffUses() 57 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument 67 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses() 74 if (IsPhi) { in growHungoffUses()
|
/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-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()
|
/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/llvm-project/llvm/include/llvm/IR/ |
D | User.h | 87 void allocHungoffUses(unsigned N, bool IsPhi = false); 91 void growHungoffUses(unsigned N, bool IsPhi = false);
|
/external/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);
|
/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/llvm-project/llvm/lib/CodeGen/ |
D | RDFLiveness.cpp | 180 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local 181 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs() 274 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local 286 if (FullChain || IsPhi || !RRs.hasCoverOf(QR)) in getAllReachingDefs()
|
D | RDFGraph.cpp | 1518 for (auto P : BA.Addr->members_if(IsPhi, *this)) in removeUnusedPhis() 1546 if (IsPhi(OA)) in removeUnusedPhis() 1695 for (NodeAddr<InstrNode*> IA : SBA.Addr->members_if(IsPhi, *this)) { in linkBlockRefs()
|
/external/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
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 230 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local 238 if (!IsPhi) { in liveness()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1152 bool IsPhi = isa<PHINode>(I); in findCycle() local 1153 if (IsPhi && HadPhi) in findCycle() 1155 HadPhi |= IsPhi; in findCycle()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86LoadValueInjectionLoadHardening.cpp | 473 EntryBlock.Addr->members_if(DataFlowGraph::IsPhi, DFG)) { in getGadgetGraph()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 803 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
|