Searched refs:UseNode (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptAddrMode.cpp | 93 NodeAddr<UseNode *> UseN, unsigned UseMOnum); 110 bool changeAddAsl(NodeAddr<UseNode *> AddAslUN, MachineInstr *AddAslMI, 171 for (NodeAddr<UseNode *> UA : AddAslSN.Addr->members_if(DFG->IsUse, *DFG)) { in canRemoveAddasl() 180 NodeAddr<UseNode *> UA = *I; in canRemoveAddasl() 217 NodeAddr<UseNode *> UN = *I; in allValidCandidates() 224 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates() 234 NodeAddr<UseNode *> DA = DFG->addr<UseNode *>(DI); in allValidCandidates() 256 NodeAddr<UseNode *> UA = DFG->addr<UseNode *>(UI); in getAllRealUses() 275 NodeAddr<UseNode *> phiUA = DFG->addr<UseNode *>(phiUI.first); in getAllRealUses() 293 for (NodeAddr<UseNode *> UA : SN.Addr->members_if(DFG->IsUse, *DFG)) { in isSafeToExtLR() [all …]
|
| H A D | RDFDeadCode.h | 61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
|
| H A D | RDFDeadCode.cpp | 97 for (NodeAddr<UseNode*> UA : IA.Addr->members_if(DFG.IsUse, DFG)) { in processDef() 105 void DeadCodeElimination::processUse(NodeAddr<UseNode*> UA, in processUse()
|
| H A D | RDFCopy.cpp | 156 auto UA = DFG.addr<UseNode*>(N); in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 576 struct UseNode : public RefNode { struct 580 struct PhiUseNode : public UseNode { 771 void unlinkUse(NodeAddr<UseNode*> UA, bool RemoveFromOwner) { in unlinkUse() 823 NodeAddr<UseNode*> newUse(NodeAddr<InstrNode*> Owner, 860 void unlinkUseDF(NodeAddr<UseNode*> UA); 948 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeAddr<UseNode *>> &P);
|
| H A D | TargetInstrInfo.h | 1656 SDNode *UseNode, unsigned UseIdx) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 131 raw_ostream &operator<< (raw_ostream &OS, const Print<NodeAddr<UseNode*>> &P) { in operator <<() 166 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<() 451 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 809 NodeAddr<UseNode*> DataFlowGraph::newUse(NodeAddr<InstrNode*> Owner, in newUse() 811 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse() 1362 NodeAddr<UseNode*> UA = newUse(SA, Op, Flags); in buildStmt() 1619 linkRefUp<UseNode*>(SA, RA, DS); in linkStmtRefs() 1697 linkRefUp<UseNode*>(IA, PUA, DefM[RR.Reg]); in linkBlockRefs() 1707 void DataFlowGraph::unlinkUseDF(NodeAddr<UseNode*> UA) { in unlinkUseDF() 1717 auto TA = addr<UseNode*>(RDA.Addr->getReachedUse()); in unlinkUseDF() [all …]
|
| H A D | RDFLiveness.cpp | 431 auto UA = DFG.addr<UseNode*>(U); in getAllReachedUses() 512 NodeAddr<UseNode*> A = DFG.addr<UseNode*>(UN); in computePhiInfo() 557 auto UA = DFG.addr<UseNode*>(I.first); in computePhiInfo() 674 for (NodeAddr<UseNode*> UA : PUs) { in computePhiInfo() 1124 for (NodeAddr<UseNode*> UA : IA.Addr->members_if(DFG.IsUse, DFG)) { in traverse()
|
| H A D | TargetInstrInfo.cpp | 1224 SDNode *UseNode, unsigned UseIdx) const { in getOperandLatency() argument 1232 if (!UseNode->isMachineOpcode()) in getOperandLatency() 1234 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass(); in getOperandLatency()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 447 SDNode *UseNode, unsigned UseIdx) const override { in getOperandLatency() argument 449 UseNode, UseIdx); in getOperandLatency()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 372 auto Use = DFG.addr<UseNode *>(UseID); in getGadgetGraph() 393 auto Use = DFG.addr<UseNode *>(UseID); in getGadgetGraph()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 325 SDNode *UseNode, unsigned UseIdx) const override;
|
| H A D | ARMBaseInstrInfo.cpp | 4477 SDNode *UseNode, unsigned UseIdx) const { in getOperandLatency() argument 4489 if (!UseNode->isMachineOpcode()) { in getOperandLatency() 4496 const MCInstrDesc &UseMCID = get(UseNode->getMachineOpcode()); in getOperandLatency() 4501 auto *UseMN = cast<MachineSDNode>(UseNode); in getOperandLatency()
|