Home
last modified time | relevance | path

Searched refs:getControlRoot (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1105 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder
1898 SDValue Chain = getControlRoot(); in visitRet()
2373 MVT::Other, getControlRoot(), in visitBr()
2536 MVT::Other, getControlRoot(), Cond, in visitSwitchCase()
2553 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(), in visitJumpTable()
2585 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader()
2876 MVT::Other, getControlRoot(), in visitBitTestCase()
3012 MVT::Other, getControlRoot(), in visitCallBr()
3098 MVT::Other, getControlRoot(), in visitIndirectBr()
6163 getControlRoot(), in visitIntrinsicCall()
[all …]
H A DSelectionDAGBuilder.h277 SDValue getControlRoot();
H A DStatepointLowering.cpp1010 (void)getControlRoot(); in LowerAsSTATEPOINT()
H A DSelectionDAGISel.cpp678 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
1375 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()