Searched refs:PhiUseNode (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 145 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<() 166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 815 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse() 817 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse() 942 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in build() 1172 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated() 1173 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated() 1496 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis() 1685 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs() 1706 NodeAddr<PhiUseNode*> PUA = U; in linkBlockRefs()
|
D | RDFLiveness.cpp | 595 NodeAddr<PhiUseNode*> PUA = I; in computePhiInfo() 616 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo() 810 NodeAddr<PhiUseNode*> PUA = U; in computeLiveIns() 846 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 145 const Print<NodeAddr<PhiUseNode*>> &P) { in operator <<() 166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 813 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse() 815 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse() 940 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in build() 1175 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated() 1176 const NodeAddr<const PhiUseNode*> RUA = RA; in getNextRelated() 1499 NodeAddr<PhiUseNode*> PUA = newPhiUse(PA, RR, PBA); in buildPhis() 1688 NodeAddr<PhiUseNode*> PUA = NA; in linkBlockRefs() 1709 NodeAddr<PhiUseNode*> PUA = U; in linkBlockRefs()
|
D | RDFGraph.h | 579 struct PhiUseNode : public UseNode { struct 826 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner, 946 const Print<NodeAddr<PhiUseNode *>> &P);
|
D | RDFLiveness.cpp | 555 NodeAddr<PhiUseNode*> PUA = I; in computePhiInfo() 576 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo() 753 NodeAddr<PhiUseNode*> PUA = U; in computeLiveIns() 789 for (NodeAddr<PhiUseNode*> T : DFG.getRelatedRefs(PA, PUA)) in computeLiveIns()
|
/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()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 579 struct PhiUseNode : public UseNode { struct 822 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner, 942 const Print<NodeAddr<PhiUseNode *>> &P);
|