| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1144 DAG.setRoot(Root); in updateRoot() 1989 DAG.setRoot(DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other, in visitCatchRet() 2012 DAG.setRoot(Ret); in visitCatchRet() 2162 DAG.setRoot(Ret); in visitCleanupRet() 2331 DAG.setRoot(Chain); in visitRet() 2797 DAG.setRoot(Br); in visitBr() 2896 DAG.setRoot(DAG.getNode(ISD::BR, dl, MVT::Other, getControlRoot(), in visitSwitchCase() 2976 DAG.setRoot(BrCond); in visitSwitchCase() 2989 DAG.setRoot(BrJumpTable); in visitJumpTable() 3038 DAG.setRoot(BrCond); in visitJumpTableHeader() [all …]
|
| H A D | SelectionDAGISel.cpp | 844 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock() 1329 CurDAG->setRoot(Dummy.getValue()); in DoInstructionSelection() 1643 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks() 1923 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1951 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1961 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1979 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 2016 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 2064 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 2074 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() [all …]
|
| H A D | LegalizeTypes.cpp | 212 DAG.setRoot(SDValue()); in run() 440 DAG.setRoot(Dummy.getValue()); in run()
|
| H A D | StatepointLowering.cpp | 496 Builder.DAG.setRoot(Chain); in lowerIncomingStatepointValue() 1320 DAG.setRoot( in LowerDeoptimizingReturn()
|
| H A D | LegalizeVectorOps.cpp | 229 DAG.setRoot(LegalizedNodes[OldRoot]); in Run()
|
| H A D | SelectionDAG.cpp | 1003 setRoot(Dummy.getValue()); in RemoveDeadNodes() 11366 setRoot(To); in ReplaceAllUsesWith() 11425 setRoot(SDValue(To, getRoot().getResNo())); in ReplaceAllUsesWith() 11477 setRoot(SDValue(To[getRoot().getResNo()])); in ReplaceAllUsesWith() 11543 setRoot(To); in ReplaceAllUsesOfValueWith()
|
| H A D | LegalizeDAG.cpp | 2169 DAG.setRoot(OutputChain); in ExpandFrexpLibCall()
|
| H A D | DAGCombiner.cpp | 1829 DAG.setRoot(Dummy.getValue()); in Run()
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 860 void setRoot(void *Node, unsigned Size, unsigned Offset) { in setRoot() function 1369 void setRoot(unsigned Offset) { in setRoot() function 1371 path.setRoot(&map->rootBranch(), map->rootSize, Offset); in setRoot() 1373 path.setRoot(&map->rootLeaf(), map->rootSize, Offset); in setRoot() 1441 setRoot(0); in goToBegin() 1448 setRoot(map->rootSize); in goToEnd() 1488 setRoot(map->rootLeaf().findFrom(0, map->rootSize, x)); in find() 1524 setRoot(map->rootBranch().findFrom(0, map->rootSize, x)); in treeFind() 1562 setRoot(map->rootBranch().findFrom(path.offset(0), map->rootSize, x)); in treeAdvanceTo() 1979 this->setRoot(0); in eraseNode()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 337 void setRoot(LVScope *Root) { ReaderScope = Root; } in setRoot() function
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 1170 LogicalVisitor.setRoot(Root); in createScopes()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 574 const SDValue &setRoot(SDValue N) {
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 159 CurDAG->setRoot(Dummy.getValue()); in PostprocessISelDAG()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1760 CurDAG->setRoot(Result.second); in emitSpecialCodeForMain()
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 3360 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains)); in LowerFormalArguments()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1490 DAG.setRoot(OutputChain); in LowerGlobalAddress()
|
| H A D | SIISelLowering.cpp | 10761 DAG.setRoot(OutputChain); in LowerFDIV32()
|