Searched refs:Relocate (Results 1 – 12 of 12) sorted by relevance
179 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 …]
644 void visitGCRelocate(const GCRelocateInst &Relocate);
213 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getGCRelocates() local214 Result.push_back(Relocate); in getGCRelocates()225 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getGCRelocates() local226 Result.push_back(Relocate); in getGCRelocates()
39 # Relocate ourself to a lower address so that we are out of the way when45 rep # Relocate
72 # Relocate ourself to a lower address so that we have more room to load78 rep # Relocate
1968 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local1969 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()
195 rep # Relocate
185 rep # Relocate
2705 void printGCRelocateComment(const GCRelocateInst &Relocate);4078 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument4080 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()4082 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()4089 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local4090 printGCRelocateComment(*Relocate); in printInfoComment()
5538 GCRelocateInst &Relocate = cast<GCRelocateInst>(Call); in visitIntrinsicCall() local5540 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()
1368 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local1370 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()
10018 key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate