Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp876 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder
1133 SDValue Chain = getControlRoot(); in visitRet()
1464 MVT::Other, getControlRoot(), in visitBr()
1595 MVT::Other, getControlRoot(), Cond, in visitSwitchCase()
1612 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurDebugLoc(), in visitJumpTable()
1642 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurDebugLoc(), in visitJumpTableHeader()
1709 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurDebugLoc(), in visitBitTestHeader()
1742 SDValue ShiftOp = DAG.getCopyFromReg(getControlRoot(), getCurDebugLoc(), in visitBitTestCase()
1779 MVT::Other, getControlRoot(), in visitBitTestCase()
1819 MVT::Other, getControlRoot(), in visitInvoke()
[all …]
DSelectionDAGBuilder.h370 SDValue getControlRoot();
DSelectionDAGISel.cpp416 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
884 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp908 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder
1250 DAG.setRoot(DAG.getNode(ISD::CATCHPAD, getCurSDLoc(), MVT::Other, getControlRoot())); in visitCatchPad()
1266 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet()
1286 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
1367 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot()); in visitCleanupRet()
1378 SDValue Chain = getControlRoot(); in visitRet()
1798 MVT::Other, getControlRoot(), in visitBr()
1928 MVT::Other, getControlRoot(), Cond, in visitSwitchCase()
1945 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(), in visitJumpTable()
1979 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader()
[all …]
DSelectionDAGBuilder.h645 SDValue getControlRoot();
DSelectionDAGISel.cpp674 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
1339 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1029 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() function in SelectionDAGBuilder
1395 getControlRoot())); in visitCatchPad()
1411 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet()
1431 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
1517 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot()); in visitCleanupRet()
1528 SDValue Chain = getControlRoot(); in visitRet()
1979 MVT::Other, getControlRoot(), in visitBr()
2109 MVT::Other, getControlRoot(), Cond, in visitSwitchCase()
2126 SDValue Index = DAG.getCopyFromReg(getControlRoot(), getCurSDLoc(), in visitJumpTable()
2160 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader()
[all …]
DSelectionDAGBuilder.h657 SDValue getControlRoot();
DSelectionDAGISel.cpp662 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
1528 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()