Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h91 bool isInvoke() const { return getInstruction() && I.getInt() == 0; } in isInvoke() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp964 if (CS.isInvoke()) { in removeImplausibleInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3526 (!Call.isInvoke() && in setCallee()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3300 assert((CS.isCall() || CS.isInvoke() || CS.isCallBr()) && in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp4222 if (!Is64Bit && CLI.CS && CLI.CS.isInvoke()) { in LowerCall()