Home
last modified time | relevance | path

Searched refs:isInvoke (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h78 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstVisitor.h256 assert(CS.isInvoke()); in visitCallSite()
DStatepoint.h437 if (!StatepointCS.isInvoke()) in getRelocates()
DCallSite.h90 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function
/external/llvm/include/llvm/IR/
DStatepoint.h413 if (!StatepointCS.isInvoke()) in getRelocates()
DInstVisitor.h252 assert(CS.isInvoke()); in visitCallSite()
DCallSite.h82 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1891 if (CS.isInvoke()) { in rematerializeLiveValues()
1995 if (!CS.isInvoke()) in insertParsePoints()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2078 if (CS.isInvoke()) { in rematerializeLiveValues()
2194 if (!CS.isInvoke()) in insertParsePoints()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp959 if (CS.isInvoke()) { in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp963 if (CS.isInvoke()) { in removeImplausibleInstructions()
/external/llvm/include/llvm/Target/
DTargetLowering.h2552 (!Call.isInvoke() && in setCallee()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3112 (!Call.isInvoke() && in setCallee()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2513 assert((CS.isCall() || CS.isInvoke()) && "Unknown type of CallSite"); in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2863 assert((CS.isCall() || CS.isInvoke()) && "Unknown type of CallSite"); in visitCallSite()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3372 if (!Is64Bit && CLI.CS && CLI.CS->isInvoke()) { in LowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3895 if (!Is64Bit && CLI.CS && CLI.CS.isInvoke()) { in LowerCall()