Searched refs:getControlRoot (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1095 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder 1875 SDValue Chain = getControlRoot(); in visitRet() 2353 MVT::Other, getControlRoot(), in visitBr() 2516 MVT::Other, getControlRoot(), Cond, in visitSwitchCase() 2533 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(), in visitJumpTable() 2565 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader() 2855 MVT::Other, getControlRoot(), in visitBitTestCase() 2985 MVT::Other, getControlRoot(), in visitCallBr() 3071 MVT::Other, getControlRoot(), in visitIndirectBr() 6151 getControlRoot(), in visitIntrinsicCall() [all …]
|
| H A D | SelectionDAGBuilder.h | 475 SDValue getControlRoot();
|
| H A D | StatepointLowering.cpp | 982 (void)getControlRoot(); in LowerAsSTATEPOINT()
|
| H A D | SelectionDAGISel.cpp | 721 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock() 1413 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
|