Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1131 DAG.setRoot(Root); in updateRoot()
1973 DAG.setRoot(Ret); in visitCatchRet()
2121 DAG.setRoot(Ret); in visitCleanupRet()
2970 DAG.setRoot(Br); in visitSPDescriptorParent()
3064 DAG.setRoot(Root); in visitBitTestHeader()
4923 DAG.setRoot(N); in visitFence()
7471 DAG.setRoot(N); in visitIntrinsicCall()
7951 DAG.setRoot(ST); in visitVPStore()
7993 DAG.setRoot(ST); in visitVPScatter()
8042 DAG.setRoot(ST); in visitVPStridedStore()
[all …]
H A DSelectionDAGISel.cpp732 CurDAG->setRoot(SDB->getControlRoot()); in SelectBasicBlock()
1218 CurDAG->setRoot(Dummy.getValue()); in DoInstructionSelection()
1530 CurDAG->setRoot(SDB->getControlRoot()); in SelectAllBasicBlocks()
1811 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1839 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1849 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1867 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1904 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1952 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1962 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
[all …]
H A DLegalizeTypes.cpp213 DAG.setRoot(SDValue()); in run()
441 DAG.setRoot(Dummy.getValue()); in run()
H A DStatepointLowering.cpp493 Builder.DAG.setRoot(Chain); in lowerIncomingStatepointValue()
1317 DAG.setRoot( in LowerDeoptimizingReturn()
H A DLegalizeVectorOps.cpp226 DAG.setRoot(LegalizedNodes[OldRoot]); in Run()
H A DSelectionDAG.cpp1000 setRoot(Dummy.getValue()); in RemoveDeadNodes()
11029 setRoot(To); in ReplaceAllUsesWith()
11088 setRoot(SDValue(To, getRoot().getResNo())); in ReplaceAllUsesWith()
11140 setRoot(SDValue(To[getRoot().getResNo()])); in ReplaceAllUsesWith()
11206 setRoot(To); in ReplaceAllUsesOfValueWith()
H A DLegalizeDAG.cpp2147 DAG.setRoot(OutputChain); in ExpandFrexpLibCall()
H A DDAGCombiner.cpp1915 DAG.setRoot(Dummy.getValue()); in Run()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h337 void setRoot(LVScope *Root) { ReaderScope = Root; } in setRoot() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1170 LogicalVisitor.setRoot(Root); in createScopes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h560 const SDValue &setRoot(SDValue N) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp160 CurDAG->setRoot(Dummy.getValue()); in PostprocessISelDAG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3219 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains)); in LowerFormalArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1706 CurDAG->setRoot(Result.second); in emitSpecialCodeForMain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1449 DAG.setRoot(OutputChain); in LowerGlobalAddress()
H A DSIISelLowering.cpp10573 DAG.setRoot(OutputChain); in LowerFDIV32()