Searched refs:getControlRoot (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1169 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder 1990 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet() 2010 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet() 2161 getControlRoot(), DAG.getBasicBlock(CleanupPadMBB)); in visitCleanupRet() 2172 SDValue Chain = getControlRoot(); in visitRet() 2795 getControlRoot(), DAG.getBasicBlock(Succ0MBB)); in visitBr() 2896 DAG.setRoot(DAG.getNode(ISD::BR, dl, MVT::Other, getControlRoot(), in visitSwitchCase() 2965 MVT::Other, getControlRoot(), Cond, in visitSwitchCase() 2985 SDValue Index = DAG.getCopyFromReg(getControlRoot(), *JT.SL, JT.Reg, PTy); in visitJumpTable() 3016 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader() [all …]
|
| H A D | SelectionDAGBuilder.h | 313 SDValue getControlRoot();
|
| H A D | StatepointLowering.cpp | 984 (void)getControlRoot(); in LowerAsSTATEPOINT()
|
| H A D | SelectionDAGISel.cpp | 844 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock() 1643 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
|