Home
last modified time | relevance | path

Searched refs:GCRelocateOperands (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h28 class GCRelocateOperands; variable
138 std::vector<GCRelocateOperands> getRelocates(ImmutableStatepoint &IS);
185 class GCRelocateOperands {
189 GCRelocateOperands(const User* U) : RelocateCS(U) { in GCRelocateOperands() function
192 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) { in GCRelocateOperands() function
195 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { in GCRelocateOperands() function
255 std::vector<GCRelocateOperands>
259 std::vector<GCRelocateOperands> res; in getRelocates()
268 res.push_back(GCRelocateOperands(U)); in getRelocates()
290 res.push_back(GCRelocateOperands(U)); in getRelocates()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp333 for (GCRelocateOperands relocateOpers : in getIncomingStatepointGCValues()
703 GCRelocateOperands relocateOpers(&CI); in visitGCRelocate()
/external/llvm/lib/IR/
DValue.cpp574 GCRelocateOperands RelocateInst(I); in isDereferenceablePointer()
DVerifier.cpp3306 GCRelocateOperands ops(&CI); in visitIntrinsicFunctionCall()
3353 GCRelocateOperands Operands(&CI); in visitIntrinsicFunctionCall()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp532 GCRelocateOperands ThisRelocate(U); in computeBaseDerivedRelocateMap()
581 GCRelocateOperands MasterRelocate(RelocatedBase); in simplifyRelocatesOffABase()
582 GCRelocateOperands ThisRelocate(ToReplace); in simplifyRelocatesOffABase()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1338 GCRelocateOperands relocateOperands(relocatedValue); in insertRelocationStores()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1181 GCRelocateOperands Operands(II); in visitCallInst()