Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp181 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()
582 if (Relocate->getOperand(0) == LPI) { in lowerStatepointMetaArgs()
921 auto *RetTy = Relocate->getType(); in LowerAsSTATEPOINT()
963 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()
1085 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
1251 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()
1258 Relocate.getParent() && in visitGCRelocate()
1262 setValue(&Relocate, SDV); in visitGCRelocate()
1276 setValue(&Relocate, Relocation); in visitGCRelocate()
1308 setValue(&Relocate, SpillLoad); in visitGCRelocate()
[all …]
H A DSelectionDAGBuilder.h589 void visitGCRelocate(const GCRelocateInst &Relocate);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DStatepoint.h213 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getGCRelocates() local
214 Result.push_back(Relocate); in getGCRelocates()
225 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getGCRelocates() local
226 Result.push_back(Relocate); in getGCRelocates()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1939 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1940 if (!Relocate) in insertRelocationStores()
1943 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
1950 assert(Relocate->getNextNode() && in insertRelocationStores()
1952 IRBuilder<> Builder(Relocate->getNextNode()); in insertRelocationStores()
1954 Builder.CreateBitCast(Relocate, in insertRelocationStores()
1956 suffixed_name_or(Relocate, ".casted", "")); in insertRelocationStores()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2620 void printGCRelocateComment(const GCRelocateInst &Relocate);
3892 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument
3894 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()
3896 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
3903 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
3904 printGCRelocateComment(*Relocate); in printInfoComment()
H A DVerifier.cpp5254 GCRelocateInst &Relocate = cast<GCRelocateInst>(Call); in visitIntrinsicCall() local
5255 Check(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(), in visitIntrinsicCall()
5259 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/docs/
H A DReleaseNotes.rst324 * Relocate the ``llvm::zlib`` namespace to ``llvm::compression::zlib``.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Papers.csv125 "`P1612R1 <https://wg21.link/P1612R1>`__","LWG","Relocate Endian's Specification","Cologne","|Compl…
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1191 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
1193 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()