Searched refs:getControlRoot (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1123 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder 1774 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet() 1794 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet() 1943 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot()); in visitCleanupRet() 1954 SDValue Chain = getControlRoot(); in visitRet() 2429 MVT::Other, getControlRoot(), in visitBr() 2523 DAG.setRoot(DAG.getNode(ISD::BR, dl, MVT::Other, getControlRoot(), in visitSwitchCase() 2592 MVT::Other, getControlRoot(), Cond, in visitSwitchCase() 2611 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(), in visitJumpTable() 2643 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader() [all …]
|
| H A D | SelectionDAGBuilder.h | 329 SDValue getControlRoot();
|
| H A D | StatepointLowering.cpp | 981 (void)getControlRoot(); in LowerAsSTATEPOINT()
|
| H A D | SelectionDAGISel.cpp | 693 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock() 1416 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
|