Home
last modified time | relevance | path

Searched refs:getControlRoot (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1165 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder
2012 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet()
2036 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
2131 getControlRoot(), DAG.getBasicBlock(CleanupPadMBB)); in visitCleanupRet()
2142 SDValue Chain = getControlRoot(); in visitRet()
2761 getControlRoot(), DAG.getBasicBlock(Succ0MBB)); in visitBr()
2865 DAG.setRoot(DAG.getNode(ISD::BR, dl, MVT::Other, getControlRoot(), in visitSwitchCase()
2935 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, MVT::Other, getControlRoot(), in visitSwitchCase()
2955 SDValue Index = DAG.getCopyFromReg(getControlRoot(), *JT.SL, JT.Reg, PTy); in visitJumpTable()
2988 DAG.getCopyToReg(getControlRoot(), dl, JumpTableReg, SwitchOp); in visitJumpTableHeader()
[all …]
H A DSelectionDAGBuilder.h312 SDValue getControlRoot();
H A DStatepointLowering.cpp988 (void)getControlRoot(); in LowerAsSTATEPOINT()
H A DSelectionDAGISel.cpp860 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
1656 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15279 {"_ZN4llvm19SelectionDAGBuilder14getControlRootEv", "llvm::SelectionDAGBuilder::getControlRoot()"},