Home
last modified time | relevance | path

Searched refs:SUNode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp784 for (const SDNode *SUNode = SU->getNode(); SUNode; in ScheduleNodeBottomUp() local
785 SUNode = SUNode->getGluedNode()) { in ScheduleNodeBottomUp()
855 for (const SDNode *SUNode = SU->getNode(); SUNode; in UnscheduleNodeBottomUp() local
856 SUNode = SUNode->getGluedNode()) { in UnscheduleNodeBottomUp()
872 for (const SDNode *SUNode = SU->getNode(); SUNode; in UnscheduleNodeBottomUp() local
873 SUNode = SUNode->getGluedNode()) { in UnscheduleNodeBottomUp()
971 for (const SDNode *SUNode = SU->getNode(); SUNode; in isOperandOf() local
972 SUNode = SUNode->getGluedNode()) { in isOperandOf()
973 if (SUNode->isOperandOf(N)) in isOperandOf()
2896 for (const SDNode *SUNode = SU->getNode(); SUNode; in canClobberPhysRegDefs() local
[all …]
H A DScheduleDAGSDNodes.cpp425 for (const SDNode *SUNode = SU->getNode(); SUNode; in BuildSchedUnits() local
426 SUNode = SUNode->getGluedNode()) { in BuildSchedUnits()
427 if (SUNode->getOpcode() != ISD::CopyToReg) in BuildSchedUnits()
429 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits()