Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h46 bool isGCRelocate(const Value *V);
47 bool isGCRelocate(const ImmutableCallSite &CS);
315 GCRelocateOperands(const User *U) : RelocateCS(U) { assert(isGCRelocate(U)); } in GCRelocateOperands()
317 assert(isGCRelocate(inst)); in GCRelocateOperands()
319 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { assert(isGCRelocate(CS)); } in GCRelocateOperands()
392 if (isGCRelocate(U)) in getRelocates()
410 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
DAsmWriter.cpp2726 assert(isGCRelocate(&V)); in printGCRelocateComment()
2740 if (isGCRelocate(&V)) in printInfoComment()
DVerifier.cpp1660 Assert(isGCRelocate(Call) || isGCResult(Call), in VerifyStatepoint()
1667 } else if (isGCRelocate(Call)) { in VerifyStatepoint()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp127 if (isGCRelocate(Val)) { in findPreviousSpillSlot()
655 if (isGCRelocate(Call) && Call->getParent() == CS.getParent()) in LowerStatepoint()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp203 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1818 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp686 if (isGCRelocate(dyn_cast<Instruction>(U))) in simplifyOffsetableRelocate()