Searched refs:getControlRoot (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1105 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 D | SelectionDAGBuilder.h | 277 SDValue getControlRoot();
|
| H A D | StatepointLowering.cpp | 1010 (void)getControlRoot(); in LowerAsSTATEPOINT()
|
| H A D | SelectionDAGISel.cpp | 678 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock() 1375 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
|