Home
last modified time | relevance | path

Searched defs:IsPhi (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DUser.cpp40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
57 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/external/llvm/lib/IR/
DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp39 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
58 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
203 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
DRDFGraph.h733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
DRDFGraph.h807 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
DHexagonLoopIdiomRecognition.cpp1133 bool IsPhi = isa<PHINode>(I); in findCycle() local
/external/llvm-project/llvm/lib/CodeGen/
DRDFLiveness.cpp180 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
274 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h803 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp230 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1152 bool IsPhi = isa<PHINode>(I); in findCycle() local