Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp179 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()
551 if (Relocate->getOperand(0) == LPI) { in lowerStatepointMetaArgs()
892 auto *RetTy = Relocate->getType(); in LowerAsSTATEPOINT()
934 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()
1062 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
1223 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()
1230 Relocate.getParent() && in visitGCRelocate()
1234 setValue(&Relocate, SDV); in visitGCRelocate()
1248 setValue(&Relocate, Relocation); in visitGCRelocate()
1280 setValue(&Relocate, SpillLoad); in visitGCRelocate()
[all …]
H A DSelectionDAGBuilder.h644 void visitGCRelocate(const GCRelocateInst &Relocate);
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/stand/i386/mbr/
H A Dmbr.S39 # Relocate ourself to a lower address so that we are out of the way when
45 rep # Relocate
/freebsd-14.2/stand/i386/pmbr/
H A Dpmbr.S72 # Relocate ourself to a lower address so that we have more room to load
78 rep # Relocate
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1968 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1969 if (!Relocate) in insertRelocationStores()
1972 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
1977 assert(Relocate->getNextNode() && in insertRelocationStores()
1979 new StoreInst(Relocate, Alloca, Relocate->getNextNode()); in insertRelocationStores()
/freebsd-14.2/stand/i386/boot2/
H A Dboot1.S195 rep # Relocate
/freebsd-14.2/stand/i386/boot0/
H A Dboot0.S185 rep # Relocate
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2705 void printGCRelocateComment(const GCRelocateInst &Relocate);
4078 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument
4080 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()
4082 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
4089 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
4090 printGCRelocateComment(*Relocate); in printInfoComment()
H A DVerifier.cpp5538 GCRelocateInst &Relocate = cast<GCRelocateInst>(Call); in visitIntrinsicCall() local
5540 auto *DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall()
5541 auto *BaseType = Relocate.getBasePtr()->getType(); in visitIntrinsicCall()
5557 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1368 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
1370 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md10018 key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate