Searched refs:Relocate (Results 1 – 12 of 12) sorted by relevance
570 for (auto *Relocate : SI.GCRelocates) in lowerStatepointMetaArgs() local571 if (Relocate->getOperand(0) == LPI) { in lowerStatepointMetaArgs()886 for (const auto *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT() local887 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 …]
777 void visitGCRelocate(const GCRelocateInst &Relocate);
221 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getGCRelocates() local222 Result.push_back(Relocate); in getGCRelocates()233 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getGCRelocates() local234 Result.push_back(Relocate); in getGCRelocates()
41 # Relocate ourself to a lower address so that we are out of the way when47 rep # Relocate
73 # Relocate ourself to a lower address so that we have more room to load79 rep # Relocate
1864 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local1865 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()
197 rep # Relocate
194 rep # Relocate
2664 void printGCRelocateComment(const GCRelocateInst &Relocate);3901 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument3903 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()3905 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()3912 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local3913 printGCRelocateComment(*Relocate); in printInfoComment()
4945 GCRelocateInst &Relocate = cast<GCRelocateInst>(Call); in visitIntrinsicCall() local4946 Assert(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(), in visitIntrinsicCall()4950 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall()
1177 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local1179 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()
5117 key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate