Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp51 fixupPHINodeForNormalDest(InvokeInst * Invoke,BasicBlock * OrigBlock,BasicBlock * MergeBlock) fixupPHINodeForNormalDest() argument
82 fixupPHINodeForUnwindDest(InvokeInst * Invoke,BasicBlock * OrigBlock,BasicBlock * ThenBlock,BasicBlock * ElseBlock) fixupPHINodeForUnwindDest() argument
172 if (auto *Invoke = dyn_cast<InvokeInst>(&CB)) createRetBitCast() local
H A DInlineFunction.cpp315 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { getUnwindDestTokenHelper() local
608 LandingPadInliningInfo Invoke(II); HandleInlinedLandingPad() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp178 createEnqueuedBlockKernel(CodeGenFunction & CGF,llvm::Function * Invoke,llvm::Type * BlockTy) const createEnqueuedBlockKernel() argument
H A DCGCleanup.cpp480 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) PopCleanupBlocks() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp532 createEnqueuedBlockKernel(CodeGenFunction & CGF,llvm::Function * Invoke,llvm::Type * BlockTy) const createEnqueuedBlockKernel() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp780 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { calculateClrEHStateNumbers() local
H A DCodeGenPrepare.cpp6183 else if (InvokeInst *Invoke = dyn_cast<InvokeInst>(BaseI)) { splitLargeGEPOffsets() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2176 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { relocationViaAlloca() local
2572 auto *Invoke = cast<InvokeInst>(Call); rematerializeLiveValues() local
/freebsd-src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1547 Result Invoke(Args... args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) { in Invoke() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1742 CXXMethodDecl *Invoke = CXXMethodDecl::Create( addFunctionPointerConversion() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1619 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { simplifySuspendPoint() local
[all...]
H A DCoroFrame.cpp2574 auto Invoke = cast<InvokeInst>(Call); emitSetAndGetSwiftErrorValueAround() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2921 LLVMGetNormalDest(LLVMValueRef Invoke) LLVMGetNormalDest() argument
2925 LLVMGetUnwindDest(LLVMValueRef Invoke) LLVMGetUnwindDest() argument
2934 LLVMSetNormalDest(LLVMValueRef Invoke,LLVMBasicBlockRef B) LLVMSetNormalDest() argument
2938 LLVMSetUnwindDest(LLVMValueRef Invoke,LLVMBasicBlockRef B) LLVMSetUnwindDest() argument
[all...]