Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp54 static void fixupPHINodeForNormalDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForNormalDest()
85 static void fixupPHINodeForUnwindDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForUnwindDest()
175 if (auto *Invoke = dyn_cast<InvokeInst>(&CB)) in createRetBitCast() local
H A DInlineFunction.cpp318 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in getUnwindDestTokenHelper() local
611 LandingPadInliningInfo Invoke(II); in HandleInlinedLandingPad() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp179 CodeGenFunction &CGF, llvm::Function *Invoke, llvm::Type *BlockTy) const { in createEnqueuedBlockKernel()
H A DCGCleanup.cpp453 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) in PopCleanupBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp192 if (auto Invoke = dyn_cast<InvokeInst>(CB)) { in lowerAwaitSuspend() local
217 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in lowerAwaitSuspend() local
1362 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in simplifySuspendPoint() local
H A DCoroFrame.cpp2604 auto Invoke = cast<InvokeInst>(Call); in emitSetAndGetSwiftErrorValueAround() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp572 CodeGenFunction &CGF, llvm::Function *Invoke, llvm::Type *BlockTy) const { in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp781 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in calculateClrEHStateNumbers() local
H A DCodeGenPrepare.cpp6297 else if (InvokeInst *Invoke = dyn_cast<InvokeInst>(BaseI)) { in splitLargeGEPOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2178 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca() local
2574 auto *Invoke = cast<InvokeInst>(Call); in rematerializeLiveValues() local
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1800 CXXMethodDecl *Invoke = CXXMethodDecl::Create( in addFunctionPointerConversion() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1623 if (auto *Invoke = dyn_cast<InvokeInst>(&Inst)) { in createShadowValueWithOperandsAvailable() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3074 LLVMBasicBlockRef LLVMGetNormalDest(LLVMValueRef Invoke) { in LLVMGetNormalDest()
3078 LLVMBasicBlockRef LLVMGetUnwindDest(LLVMValueRef Invoke) { in LLVMGetUnwindDest()
3087 void LLVMSetNormalDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetNormalDest()
3091 void LLVMSetUnwindDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetUnwindDest()