Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h35 bool isGCRelocate(const Value *inst);
36 bool isGCRelocate(const ImmutableCallSite &CS);
190 assert(isGCRelocate(U)); in GCRelocateOperands()
193 assert(isGCRelocate(inst)); in GCRelocateOperands()
196 assert(isGCRelocate(CS)); in GCRelocateOperands()
267 if (isGCRelocate(U)) { in getRelocates()
289 if (isGCRelocate(U)) { in getRelocates()
/external/llvm/lib/IR/
DStatepoint.cpp42 bool llvm::isGCRelocate(const ImmutableCallSite &CS) { in isGCRelocate() function in llvm
48 return isGCRelocate(CS.getInstruction()); in isGCRelocate()
50 bool llvm::isGCRelocate(const Value *inst) { in isGCRelocate() function in llvm
DVerifier.cpp1566 Assert(isGCRelocate(Call) || isGCResult(Call), in VerifyStatepoint()
1573 } else if (isGCRelocate(Call)) { in VerifyStatepoint()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp567 if (isGCRelocate(Call)) in LowerStatepoint()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp190 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1244 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp639 if (isGCRelocate(dyn_cast<Instruction>(U))) in simplifyOffsetableRelocate()