Home
last modified time | relevance | path

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

12

/llvm-project/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)) { replaceBranchTerminator() local
/llvm-project/libcxx/benchmarks/
H A Dfunction.bench.cpp
/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp54 fixupPHINodeForNormalDest(InvokeInst * Invoke,BasicBlock * OrigBlock,BasicBlock * MergeBlock) fixupPHINodeForNormalDest() argument
85 fixupPHINodeForUnwindDest(InvokeInst * Invoke,BasicBlock * OrigBlock,BasicBlock * ThenBlock,BasicBlock * ElseBlock) fixupPHINodeForUnwindDest() argument
175 if (auto *Invoke = dyn_cast<InvokeInst>(&CB)) createRetBitCast() local
H A DInlineFunction.cpp318 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { getUnwindDestTokenHelper() local
611 LandingPadInliningInfo Invoke(II); HandleInlinedLandingPad() local
/llvm-project/bolt/lib/Passes/
H A DStackAllocationAnalysis.cpp87 const MCInst &Invoke) { in doConfluenceWithLP()
/llvm-project/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp17 virtual void Invoke() const {} in Invoke() function in Callback
/llvm-project/bolt/include/bolt/Passes/
H A DStackPointerTracking.h66 const MCInst &Invoke) { in doConfluenceWithLP()
H A DDataflowAnalysis.h204 const MCInst &Invoke) { in doConfluenceWithLP()
/llvm-project/llvm/unittests/IR/
H A DAsmWriterTest.cpp95 std::unique_ptr<InvokeInst> Invoke( TEST() local
H A DInstructionsTest.cpp122 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args)); in TEST_F() local
786 std::unique_ptr<InvokeInst> Invoke( TEST() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp178 createEnqueuedBlockKernel(CodeGenFunction & CGF,llvm::Function * Invoke,llvm::Type * BlockTy) const createEnqueuedBlockKernel() argument
H A DCGCleanup.cpp453 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) PopCleanupBlocks() local
/llvm-project/clang/test/SemaCXX/
H A Dcoro-return-type-and-wrapper.cpp101 ReturnValue Invoke(Args...) const { return {}; } in Invoke() function in std_function::std::function::Callable
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp192 if (auto Invoke = dyn_cast<InvokeInst>(CB)) { lowerAwaitSuspend() local
217 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { lowerAwaitSuspend() local
1361 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { simplifySuspendPoint() local
[all...]
/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp572 createEnqueuedBlockKernel(CodeGenFunction & CGF,llvm::Function * Invoke,llvm::Type * BlockTy) const createEnqueuedBlockKernel() argument
/llvm-project/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp228 Instruction *Invoke = &*BB.begin(); in TEST() local
/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp781 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { calculateClrEHStateNumbers() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml186 | Invoke Constructor
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2178 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { relocationViaAlloca() local
2574 auto *Invoke = cast<InvokeInst>(Call); rematerializeLiveValues() local
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1547 Result Invoke(Args... args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) { in Invoke() function
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1799 CXXMethodDecl *Invoke = CXXMethodDecl::Create( addFunctionPointerConversion() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1623 if (auto *Invoke = dyn_cast<InvokeInst>(&Inst)) { createShadowValueWithOperandsAvailable() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1519 Callback Invoke; in TEST_F() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp3013 LLVMGetNormalDest(LLVMValueRef Invoke) LLVMGetNormalDest() argument
3017 LLVMGetUnwindDest(LLVMValueRef Invoke) LLVMGetUnwindDest() argument
3026 LLVMSetNormalDest(LLVMValueRef Invoke,LLVMBasicBlockRef B) LLVMSetNormalDest() argument
3030 LLVMSetUnwindDest(LLVMValueRef Invoke,LLVMBasicBlockRef B) LLVMSetUnwindDest() argument
[all...]

12