Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp169 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) { in findPreviousSpillSlot() local
170 const Value *Statepoint = Relocate->getStatepoint(); in findPreviousSpillSlot()
179 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()
553 for (const auto *Relocate : SI.GCRelocates) in lowerStatepointMetaArgs() local
554 if (Relocate->getOperand(0) == LPI) { in lowerStatepointMetaArgs()
555 LPadPointers.insert(Builder.getValue(Relocate->getBasePtr())); in lowerStatepointMetaArgs()
556 LPadPointers.insert(Builder.getValue(Relocate->getDerivedPtr())); in lowerStatepointMetaArgs()
872 for (const auto *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT() local
873 Value *Derived = Relocate->getDerivedPtr(); in LowerAsSTATEPOINT()
882 if (SI.StatepointInstr->getParent() == Relocate->getParent()) { in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h655 void visitGCRelocate(const GCRelocateInst &Relocate);
/freebsd/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/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/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1969 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1970 if (!Relocate) in insertRelocationStores()
1973 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
1978 assert(Relocate->getNextNode() && in insertRelocationStores()
1980 new StoreInst(Relocate, Alloca, std::next(Relocate->getIterator())); in insertRelocationStores()
/freebsd/stand/i386/boot2/
H A Dboot1.S195 rep # Relocate
/freebsd/stand/i386/boot0/
H A Dboot0.S185 rep # Relocate
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2795 void printGCRelocateComment(const GCRelocateInst &Relocate);
4177 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument
4179 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()
4181 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
4188 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
4189 printGCRelocateComment(*Relocate); in printInfoComment()
H A DVerifier.cpp5738 GCRelocateInst &Relocate = cast<GCRelocateInst>(Call); in visitIntrinsicCall() local
5740 auto *DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall()
5741 auto *BaseType = Relocate.getBasePtr()->getType(); in visitIntrinsicCall()
5757 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1367 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
1369 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvector1073 // Relocate [__p, __end_) first to avoid having a hole in [__begin_, __end_)
/freebsd/crypto/openssl/
H A DCHANGES.md9987 key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate