Home
last modified time | relevance | path

Searched refs:setRoot (Results 1 – 17 of 17) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1144 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 DSelectionDAGISel.cpp844 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 DLegalizeTypes.cpp212 DAG.setRoot(SDValue()); in run()
440 DAG.setRoot(Dummy.getValue()); in run()
H A DStatepointLowering.cpp496 Builder.DAG.setRoot(Chain); in lowerIncomingStatepointValue()
1320 DAG.setRoot( in LowerDeoptimizingReturn()
H A DLegalizeVectorOps.cpp229 DAG.setRoot(LegalizedNodes[OldRoot]); in Run()
H A DSelectionDAG.cpp1003 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 DLegalizeDAG.cpp2169 DAG.setRoot(OutputChain); in ExpandFrexpLibCall()
H A DDAGCombiner.cpp1829 DAG.setRoot(Dummy.getValue()); in Run()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h860 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 DLVCodeViewVisitor.h337 void setRoot(LVScope *Root) { ReaderScope = Root; } in setRoot() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1170 LogicalVisitor.setRoot(Root); in createScopes()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h574 const SDValue &setRoot(SDValue N) {
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp159 CurDAG->setRoot(Dummy.getValue()); in PostprocessISelDAG()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1760 CurDAG->setRoot(Result.second); in emitSpecialCodeForMain()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3360 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains)); in LowerFormalArguments()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1490 DAG.setRoot(OutputChain); in LowerGlobalAddress()
H A DSIISelLowering.cpp10761 DAG.setRoot(OutputChain); in LowerFDIV32()