/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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 | 317 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 D | ReduceInvokes.cpp | 22 InvokeInst *Invoke = dyn_cast<InvokeInst>(BB.getTerminator()); in reduceInvokesInFunction() local
|
H A D | ReduceBasicBlocks.cpp | 49 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Term)) { in replaceBranchTerminator() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 475 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) in PopCleanupBlocks() local
|
H A D | TargetInfo.cpp | 12434 llvm::Function *Invoke, in createEnqueuedBlockKernel() 12464 CodeGenFunction &CGF, llvm::Function *Invoke, in createEnqueuedBlockKernel()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 632 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in calculateClrEHStateNumbers() local
|
H A D | CodeGenPrepare.cpp | 6063 else if (InvokeInst *Invoke = dyn_cast<InvokeInst>(BaseI)) { in splitLargeGEPOffsets() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2210 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 D | llvm.ml | 185 | Invoke Constructor
|
H A D | llvm.mli | 209 | Invoke Constructor
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1528 CXXMethodDecl *Invoke = CXXMethodDecl::Create( in addFunctionPointerConversion() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 2891 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 D | CoroSplit.cpp | 1544 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in simplifySuspendPoint() local
|
H A D | CoroFrame.cpp | 2365 auto Invoke = cast<InvokeInst>(Call); in emitSetAndGetSwiftErrorValueAround() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2621 TEST(MemorySanitizer, Invoke) { in TEST() argument 4548 TEST(MemorySanitizerOrigins, Invoke) { in TEST() argument
|