Home
last modified time | relevance | path

Searched defs:Invoke (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dfunction.bench.cpp184 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 DCallPromotionUtils.cpp50 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 DInlineFunction.cpp314 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 DCGCleanup.cpp463 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) in PopCleanupBlocks() local
H A DTargetInfo.cpp11201 llvm::Function *Invoke, in createEnqueuedBlockKernel()
11235 CodeGenFunction &CGF, llvm::Function *Invoke, in createEnqueuedBlockKernel()
/netbsd-src/sys/dev/arcbios/
H A Darcbios.h324 int32_t Invoke; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp635 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in calculateClrEHStateNumbers() local
H A DCodeGenPrepare.cpp5927 else if (InvokeInst *Invoke = dyn_cast<InvokeInst>(BaseI)) { in splitLargeGEPOffsets() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2062 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 Dgmock-spec-builders.h1597 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 Dllvm.ml185 | Invoke Constructor
H A Dllvm.mli209 | Invoke Constructor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1484 CXXMethodDecl *Invoke = CXXMethodDecl::Create( in addFunctionPointerConversion() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2920 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 DCoroSplit.cpp1413 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in simplifySuspendPoint() local
H A DCoroFrame.cpp2171 auto Invoke = cast<InvokeInst>(Call); in emitSetAndGetSwiftErrorValueAround() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2591 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 Dir.go137 Invoke Opcode = C.LLVMInvoke const