Searched refs:PhiUseNode (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 151 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<() 173 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 832 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse() 834 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse() 959 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in build() 1194 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated() 1195 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated() 1518 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis() 1707 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs() 1728 NodeAddr<PhiUseNode*> PUA = U; in linkBlockRefs()
|
D | RDFLiveness.cpp | 557 NodeAddr<PhiUseNode*> PUA = I; in computePhiInfo() 578 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo() 755 NodeAddr<PhiUseNode*> PUA = U; in computeLiveIns() 791 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
|
D | RDFGraph.h | 580 struct PhiUseNode : public UseNode { struct 827 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 128 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<() 150 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 877 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse() 879 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse() 1103 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated() 1104 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated() 1425 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis() 1596 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs() 1605 NodeAddr<PhiUseNode*> PUA = U; in linkBlockRefs()
|
D | RDFGraph.h | 533 struct PhiUseNode : public UseNode { struct 745 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
|
D | RDFLiveness.cpp | 594 NodeAddr<PhiUseNode*> UA = U; in computeLiveIns()
|