Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp570 for (auto *Relocate : SI.GCRelocates) in lowerStatepointMetaArgs() local
571 if (Relocate->getOperand(0) == LPI) { in lowerStatepointMetaArgs()
886 for (const auto *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT() local
887 Value *Derived = Relocate->getDerivedPtr(); in LowerAsSTATEPOINT()
898 auto *RetTy = Relocate->getType(); in LowerAsSTATEPOINT()
914 const Value *V = Relocate->getDerivedPtr(); in LowerAsSTATEPOINT()
1039 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
1184 if (Relocate.getStatepoint()->getParent() == Relocate.getParent()) in visitGCRelocate()
1211 setValue(&Relocate, Relocation); in visitGCRelocate()
1243 setValue(&Relocate, SpillLoad); in visitGCRelocate()
[all …]
H A DSelectionDAGBuilder.h777 void visitGCRelocate(const GCRelocateInst &Relocate);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h221 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getGCRelocates() local
222 Result.push_back(Relocate); in getGCRelocates()
233 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getGCRelocates() local
234 Result.push_back(Relocate); in getGCRelocates()
/freebsd-13.1/stand/i386/mbr/
H A Dmbr.S41 # Relocate ourself to a lower address so that we are out of the way when
47 rep # Relocate
/freebsd-13.1/stand/i386/pmbr/
H A Dpmbr.S73 # Relocate ourself to a lower address so that we have more room to load
79 rep # Relocate
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1864 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1865 if (!Relocate) in insertRelocationStores()
1868 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
1875 assert(Relocate->getNextNode() && in insertRelocationStores()
1877 IRBuilder<> Builder(Relocate->getNextNode()); in insertRelocationStores()
1879 Builder.CreateBitCast(Relocate, in insertRelocationStores()
1881 suffixed_name_or(Relocate, ".casted", "")); in insertRelocationStores()
/freebsd-13.1/stand/i386/boot2/
H A Dboot1.S197 rep # Relocate
/freebsd-13.1/stand/i386/boot0/
H A Dboot0.S194 rep # Relocate
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2664 void printGCRelocateComment(const GCRelocateInst &Relocate);
3901 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument
3903 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()
3905 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
3912 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
3913 printGCRelocateComment(*Relocate); in printInfoComment()
H A DVerifier.cpp4945 GCRelocateInst &Relocate = cast<GCRelocateInst>(Call); in visitIntrinsicCall() local
4946 Assert(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(), in visitIntrinsicCall()
4950 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1177 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
1179 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()
/freebsd-13.1/crypto/openssl/
H A DCHANGES5117 key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate