Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1091 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder
1624 getControlRoot())); in visitCatchPad()
1640 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet()
1660 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
1787 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot()); in visitCleanupRet()
1798 SDValue Chain = getControlRoot(); in visitRet()
2267 MVT::Other, getControlRoot(), in visitBr()
2352 DAG.setRoot(DAG.getNode(ISD::BR, dl, MVT::Other, getControlRoot(), in visitSwitchCase()
2421 MVT::Other, getControlRoot(), Cond, in visitSwitchCase()
2438 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(), in visitJumpTable()
[all …]
DSelectionDAGBuilder.h476 SDValue getControlRoot();
DSelectionDAGISel.cpp730 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
1396 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()