Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DUser.cpp43 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/
DUser.cpp40 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/
DUser.h90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
/external/llvm/include/llvm/IR/
DUser.h84 void allocHungoffUses(unsigned N, bool IsPhi = false);
88 void growHungoffUses(unsigned N, bool IsPhi = false);
/external/v8/src/compiler/
Dloop-analysis.cc196 } 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()
Ddead-code-elimination.cc131 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
146 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
171 if (NodeProperties::IsPhi(use)) { in ReduceLoopOrMerge()
Dnode-properties.h74 static bool IsPhi(Node* node) { in IsPhi() function
Djs-inlining-heuristic.cc33 if (m.IsPhi()) { in CollectFunctions()
Dscheduler.cc1757 if (NodeProperties::IsPhi(use) && IsLive(use)) { in FuseFloatingControl()
Deffect-control-linearizer.cc246 if (!NodeProperties::IsPhi(use)) return; in TryCloneBranch()
253 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch()
303 if (NodeProperties::IsPhi(edge.from())) { in TryCloneBranch()
Djs-call-reducer.cc3206 } else if (m.IsPhi()) { in ShouldUseCallICFeedback()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUser.h88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp129 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()
DRDFGraph.cpp1447 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()
DRDFGraph.h733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp163 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()
DRDFGraph.cpp1540 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()
DHexagonLoopIdiomRecognition.cpp1130 bool IsPhi = isa<PHINode>(I); in findCycle() local
1131 if (IsPhi && HadPhi) in findCycle()
1133 HadPhi |= IsPhi; in findCycle()
DRDFGraph.h808 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp238 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local
246 if (!IsPhi) { in liveness()