Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DUser.cpp39 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
58 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/aosp_15_r20/external/llvm/lib/IR/
H A DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DUser.cpp50 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
67 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
203 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
H A DRDFGraph.h733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
H A DRDFGraph.h807 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
H A DHexagonLoopIdiomRecognition.cpp1133 bool IsPhi = isa<PHINode>(I); in findCycle() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRDFLiveness.cpp179 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local
273 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp228 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DRDFGraph.h806 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DRDFGraph.h835 static bool IsPhi(const Node BA) { in IsPhi() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DRDFGraph.h835 static bool IsPhi(const Node BA) { in IsPhi() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DRDFGraph.h835 static bool IsPhi(const Node BA) { in IsPhi() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DRDFGraph.h835 static bool IsPhi(const Node BA) { in IsPhi() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1149 bool IsPhi = isa<PHINode>(I); in findCycle() local