Searched refs:UseNode (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptAddrMode.cpp | 95 NodeAddr<UseNode *> UseN, unsigned UseMOnum); 112 bool changeAddAsl(NodeAddr<UseNode *> AddAslUN, MachineInstr *AddAslMI, 173 for (NodeAddr<UseNode *> UA : AddAslSN.Addr->members_if(DFG->IsUse, *DFG)) { in canRemoveAddasl() 182 NodeAddr<UseNode *> UA = *I; in canRemoveAddasl() 219 NodeAddr<UseNode *> UN = *I; in allValidCandidates() 226 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates() 236 NodeAddr<UseNode *> DA = DFG->addr<UseNode *>(DI); in allValidCandidates() 258 NodeAddr<UseNode *> UA = DFG->addr<UseNode *>(UI); in getAllRealUses() 277 NodeAddr<UseNode *> phiUA = DFG->addr<UseNode *>(phiUI.first); in getAllRealUses() 295 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 | 98 for (NodeAddr<UseNode*> UA : IA.Addr->members_if(DFG.IsUse, DFG)) { in processDef() 106 void DeadCodeElimination::processUse(NodeAddr<UseNode*> UA, in processUse()
|
H A D | RDFCopy.cpp | 197 auto UA = DFG.addr<UseNode*>(N); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 428 auto UA = DFG.addr<UseNode *>(U); in getAllReachedUses() 510 NodeAddr<UseNode *> A = DFG.addr<UseNode *>(UN); in computePhiInfo() 555 auto UA = DFG.addr<UseNode *>(I.first); in computePhiInfo() 678 for (NodeAddr<UseNode *> UA : PUs) { in computePhiInfo() 1130 for (NodeAddr<UseNode *> UA : IA.Addr->members_if(DFG.IsUse, DFG)) { in traverse()
|
H A D | RDFGraph.cpp | 169 OS << PrintNode<UseNode *>(P.Obj, P.G); in operator <<() 447 void UseNode::linkToDef(NodeId Self, Def DA) { in linkToDef() 1572 linkRefUp<UseNode *>(SA, RA, DS); in linkStmtRefs() 1649 linkRefUp<UseNode *>(IA, PUA, DefM[RR.Reg]); in linkBlockRefs() 1669 auto TA = addr<UseNode *>(RDA.Addr->getReachedUse()); in unlinkUseDF() 1681 TA = addr<UseNode *>(S); in unlinkUseDF()
|
H A D | TargetInstrInfo.cpp | 1444 SDNode *UseNode, unsigned UseIdx) const { in getOperandLatency() argument 1452 if (!UseNode->isMachineOpcode()) in getOperandLatency() 1454 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass(); in getOperandLatency()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 369 struct UseNode; 385 using Use = NodeAddr<UseNode *>; // This may conflict with llvm::Use. 597 struct UseNode : public RefNode { struct 601 struct PhiUseNode : public UseNode {
|
H A D | TargetInstrInfo.h | 1771 unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 344 SDNode *UseNode, in getOperandLatency() argument 347 UseNode, UseIdx); in getOperandLatency()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 371 auto Use = DFG.addr<UseNode *>(UseID); in getGadgetGraph() 392 auto Use = DFG.addr<UseNode *>(UseID); in getGadgetGraph()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 331 SDNode *UseNode,
|
H A D | ARMBaseInstrInfo.cpp | 4460 SDNode *UseNode, unsigned UseIdx) const { in getOperandLatency() argument 4472 if (!UseNode->isMachineOpcode()) { in getOperandLatency() 4480 const MCInstrDesc &UseMCID = get(UseNode->getMachineOpcode()); in getOperandLatency() 4485 auto *UseMN = cast<MachineSDNode>(UseNode); in getOperandLatency()
|