Searched refs:getControlRoot (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1053 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder 1420 getControlRoot())); in visitCatchPad() 1558 SDValue Chain = getControlRoot(); in visitRet() 2007 MVT::Other, getControlRoot(), in visitBr() 2137 MVT::Other, getControlRoot(), Cond, in visitSwitchCase() 2154 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(), in visitJumpTable() 2188 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader() 2453 MVT::Other, getControlRoot(), in visitBitTestCase() 2532 MVT::Other, getControlRoot(), in visitInvoke() 2650 MVT::Other, getControlRoot(), in visitIndirectBr() [all …]
|
| H A D | SelectionDAGBuilder.h | 657 SDValue getControlRoot();
|
| H A D | SelectionDAGISel.cpp | 664 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock() 1579 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
|