Lines Matching refs:getControlRoot
1156 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder
1951 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet()
1971 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
2120 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot()); in visitCleanupRet()
2131 SDValue Chain = getControlRoot(); in visitRet()
2608 getControlRoot(), DAG.getBasicBlock(Succ0MBB)); in visitBr()
2704 DAG.setRoot(DAG.getNode(ISD::BR, dl, MVT::Other, getControlRoot(), in visitSwitchCase()
2773 MVT::Other, getControlRoot(), Cond, in visitSwitchCase()
2793 SDValue Index = DAG.getCopyFromReg(getControlRoot(), *JT.SL, JT.Reg, PTy); in visitJumpTable()
2824 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader()
3038 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, B.Reg, Sub); in visitBitTestHeader()
3076 SDValue ShiftOp = DAG.getCopyFromReg(getControlRoot(), dl, Reg, VT); in visitBitTestCase()
3115 MVT::Other, getControlRoot(), in visitBitTestCase()
3219 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other, getControlRoot(), in visitInvoke()
3257 MVT::Other, getControlRoot(), in visitCallBr()
3343 MVT::Other, getControlRoot(), in visitIndirectBr()
6381 getControlRoot(), in visitIntrinsicCall()
8265 DAG.setRoot(lowerStartEH(getControlRoot(), EHPadBB, BeginLabel)); in lowerInvokable()
9319 Chain = getControlRoot(); in visitInlineAsm()
11457 DAG.getNode(ISD::BRCOND, DL, MVT::Other, getControlRoot(), Cond, in lowerWorkItem()
11830 getControlRoot(), DAG.getBasicBlock(DefaultMBB))); in visitSwitch()