Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp317 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in getUnwindDestTokenHelper() local
610 LandingPadInliningInfo Invoke(II); in HandleInlinedLandingPad() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceInvokes.cpp22 InvokeInst *Invoke = dyn_cast<InvokeInst>(BB.getTerminator()); in reduceInvokesInFunction() local
H A DReduceBasicBlocks.cpp49 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Term)) { in replaceBranchTerminator() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp475 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) in PopCleanupBlocks() local
H A DTargetInfo.cpp12434 llvm::Function *Invoke, in createEnqueuedBlockKernel()
12464 CodeGenFunction &CGF, llvm::Function *Invoke, in createEnqueuedBlockKernel()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp632 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in calculateClrEHStateNumbers() local
H A DCodeGenPrepare.cpp6063 else if (InvokeInst *Invoke = dyn_cast<InvokeInst>(BaseI)) { in splitLargeGEPOffsets() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2210 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca() local
2605 auto *Invoke = cast<InvokeInst>(Call); in rematerializeLiveValues() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml185 | Invoke Constructor
H A Dllvm.mli209 | Invoke Constructor
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1528 CXXMethodDecl *Invoke = CXXMethodDecl::Create( in addFunctionPointerConversion() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2891 LLVMBasicBlockRef LLVMGetNormalDest(LLVMValueRef Invoke) { in LLVMGetNormalDest()
2895 LLVMBasicBlockRef LLVMGetUnwindDest(LLVMValueRef Invoke) { in LLVMGetUnwindDest()
2904 void LLVMSetNormalDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetNormalDest()
2908 void LLVMSetUnwindDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetUnwindDest()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1544 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in simplifySuspendPoint() local
H A DCoroFrame.cpp2365 auto Invoke = cast<InvokeInst>(Call); in emitSetAndGetSwiftErrorValueAround() local
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2621 TEST(MemorySanitizer, Invoke) { in TEST() argument
4548 TEST(MemorySanitizerOrigins, Invoke) { in TEST() argument