Home
last modified time | relevance | path

Searched refs:isGCResult (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DStatepoint.cpp46 bool llvm::isGCResult(const CallBase *Call) { return isa<GCResultInst>(Call); } in isGCResult() function in llvm
48 bool llvm::isGCResult(const Value *V) { in isGCResult() function in llvm
50 return isGCResult(Call); in isGCResult()
/external/llvm/lib/IR/
DStatepoint.cpp47 bool llvm::isGCResult(ImmutableCallSite CS) { in isGCResult() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h65 bool isGCResult(const CallBase *Call);
66 bool isGCResult(const Value *V);
/external/llvm/include/llvm/IR/
DStatepoint.h50 bool isGCResult(ImmutableCallSite CS);
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp188 return !(isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)); in needsStatepoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp192 return !(isStatepoint(Call) || isGCRelocate(Call) || isGCResult(Call)); in needsStatepoint()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2367 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1517 !isGCResult(Inst)) { in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4235 if (isStatepoint(&Call) || isGCRelocate(&Call) || isGCResult(&Call)) in isSafeToEliminateVarargsCast()