/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | function.bench.cpp | 184 struct Invoke { struct 185 static void run(benchmark::State& state) { in run() 194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip() 196 static std::string name() { return "BM_Invoke" + FunctionType::name(); } in name()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 50 static void fixupPHINodeForNormalDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForNormalDest() 81 static void fixupPHINodeForUnwindDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForUnwindDest() 171 if (auto *Invoke = dyn_cast<InvokeInst>(&CB)) in createRetBitCast() local
|
H A D | InlineFunction.cpp | 314 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in getUnwindDestTokenHelper() local 616 LandingPadInliningInfo Invoke(II); in HandleInlinedLandingPad() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 463 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) in PopCleanupBlocks() local
|
H A D | TargetInfo.cpp | 11201 llvm::Function *Invoke, in createEnqueuedBlockKernel() 11235 CodeGenFunction &CGF, llvm::Function *Invoke, in createEnqueuedBlockKernel()
|
/netbsd-src/sys/dev/arcbios/ |
H A D | arcbios.h | 324 int32_t Invoke; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 635 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in calculateClrEHStateNumbers() local
|
H A D | CodeGenPrepare.cpp | 5927 else if (InvokeInst *Invoke = dyn_cast<InvokeInst>(BaseI)) { in splitLargeGEPOffsets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2062 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca() local 2364 auto *Invoke = cast<InvokeInst>(Call); in rematerializeLiveValues() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 1597 Result Invoke(Args... args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) { in Invoke() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 185 | Invoke Constructor
|
H A D | llvm.mli | 209 | Invoke Constructor
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1484 CXXMethodDecl *Invoke = CXXMethodDecl::Create( in addFunctionPointerConversion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 2920 LLVMBasicBlockRef LLVMGetNormalDest(LLVMValueRef Invoke) { in LLVMGetNormalDest() 2924 LLVMBasicBlockRef LLVMGetUnwindDest(LLVMValueRef Invoke) { in LLVMGetUnwindDest() 2933 void LLVMSetNormalDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetNormalDest() 2937 void LLVMSetUnwindDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetUnwindDest()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1413 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in simplifySuspendPoint() local
|
H A D | CoroFrame.cpp | 2171 auto Invoke = cast<InvokeInst>(Call); in emitSetAndGetSwiftErrorValueAround() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 2591 TEST(MemorySanitizer, Invoke) { in TEST() argument 4478 TEST(MemorySanitizerOrigins, Invoke) { in TEST() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 137 Invoke Opcode = C.LLVMInvoke const
|