Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp56 static void fixupPHINodeForNormalDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForNormalDest()
87 static void fixupPHINodeForUnwindDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForUnwindDest()
177 if (auto *Invoke = dyn_cast<InvokeInst>(&CB)) in createRetBitCast() local
H A DInlineFunction.cpp337 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in getUnwindDestTokenHelper() local
630 LandingPadInliningInfo Invoke(II); in HandleInlinedLandingPad() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp190 CodeGenFunction &CGF, llvm::Function *Invoke, llvm::Type *BlockTy) const { in createEnqueuedBlockKernel()
H A DCGCleanup.cpp467 if (auto *Invoke = dyn_cast<llvm::InvokeInst>(Inst)) in PopCleanupBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp101 if (auto Invoke = dyn_cast<InvokeInst>(CB)) { in lowerAwaitSuspend() local
126 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in lowerAwaitSuspend() local
1308 if (auto *Invoke = dyn_cast<InvokeInst>(CB)) { in simplifySuspendPoint() local
H A DCoroFrame.cpp1646 auto Invoke = cast<InvokeInst>(Call); in emitSetAndGetSwiftErrorValueAround() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp601 CodeGenFunction &CGF, llvm::Function *Invoke, llvm::Type *BlockTy) const { in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2184 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca() local
2581 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/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp785 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { in calculateClrEHStateNumbers() local
H A DCodeGenPrepare.cpp6687 else if (InvokeInst *Invoke = dyn_cast<InvokeInst>(BaseI)) { in splitLargeGEPOffsets() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1825 CXXMethodDecl *Invoke = CXXMethodDecl::Create( in addFunctionPointerConversion() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1677 if (auto *Invoke = dyn_cast<InvokeInst>(&Inst)) { in createShadowValueWithOperandsAvailable() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3125 LLVMBasicBlockRef LLVMGetNormalDest(LLVMValueRef Invoke) { in LLVMGetNormalDest()
3129 LLVMBasicBlockRef LLVMGetUnwindDest(LLVMValueRef Invoke) { in LLVMGetUnwindDest()
3138 void LLVMSetNormalDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetNormalDest()
3142 void LLVMSetUnwindDest(LLVMValueRef Invoke, LLVMBasicBlockRef B) { in LLVMSetUnwindDest()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp537 llvm::InvokeInst *Invoke = Builder.CreateInvoke( in create() local