Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp39 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h90 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/
DUser.h87 void allocHungoffUses(unsigned N, bool IsPhi = false);
91 void growHungoffUses(unsigned N, bool IsPhi = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp161 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()
DRDFGraph.cpp1521 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()
DHexagonLoopIdiomRecognition.cpp1133 bool IsPhi = isa<PHINode>(I); in findCycle() local
1134 if (IsPhi && HadPhi) in findCycle()
1136 HadPhi |= IsPhi; in findCycle()
DRDFGraph.h807 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp228 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local
236 if (!IsPhi) { in liveness()