Home
last modified time | relevance | path

Searched refs:CreateInvoke (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1015 InvokeInst *CreateInvoke(FunctionType *Ty, Value *Callee,
1024 InvokeInst *CreateInvoke(FunctionType *Ty, Value *Callee,
1032 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
1036 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
1040 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
1044 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
1049 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
1053 return CreateInvoke(
1060 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
1064 return CreateInvoke(
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIRBuilder.h1073 InvokeInst *CreateInvoke(FunctionType *Ty, Value *Callee,
1084 InvokeInst *CreateInvoke(FunctionType *Ty, Value *Callee,
1095 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
1099 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
1103 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
1107 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp497 NewCS = Builder.CreateInvoke( in rewriteSetJmpCallSite()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86WinEHState.cpp494 NewCall = Builder.CreateInvoke( in rewriteSetJmpCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp497 NewCS = Builder.CreateInvoke( in rewriteSetJmpCallSite()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1223 builder.CreateInvoke(&toInvoke, in createCatchWrappedInvokeFunction()
/external/llvm/include/llvm/IR/
DIRBuilder.h702 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
709 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
/external/clang/lib/CodeGen/
DCGCall.cpp3432 Builder.CreateInvoke(callee, in EmitNoreturnRuntimeCallOrInvoke()
3479 Inst = Builder.CreateInvoke(Callee, ContBB, InvokeDest, Args, BundleList, in EmitCallOrInvoke()
3938 CS = Builder.CreateInvoke(Callee, Cont, InvokeDest, IRCallArgs, in EmitCall()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DIRBuilder.cpp865 InvokeInst *II = Builder->CreateInvoke( in CreateGCStatepointInvokeCommon()
DCore.cpp3148 return wrap(unwrap(B)->CreateInvoke(unwrap<FunctionType>(Ty), unwrap(Fn), in LLVMBuildInvoke2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1142 NewCS = IRB.CreateInvoke( in applyICallBranchFunnel()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1589 NewCS = IRB.CreateInvoke(Func, II->getNormalDest(), II->getUnwindDest(), in visitCallSite()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1415 NewCS = IRB.CreateInvoke(NewFT, IRB.CreateBitCast(JT, NewFTPtr), in applyICallBranchFunnel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1742 NewCS = IRB.CreateInvoke(NewFT, Func, II->getNormalDest(), in visitCallSite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3117 unwrap(B)->CreateInvoke(FnT, unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke()
3125 return wrap(unwrap(B)->CreateInvoke( in LLVMBuildInvoke2()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2836 NC = Builder->CreateInvoke(Callee, II->getNormalDest(), II->getUnwindDest(), in transformConstExprCastCall()
/external/llvm/lib/IR/
DCore.cpp2477 return wrap(unwrap(B)->CreateInvoke(unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3627 NewCall = Builder.CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall()
/external/llvm/bindings/go/llvm/
Dir.go1246 func (b Builder) CreateInvoke(fn Value, args []Value, then, catch BasicBlock, name string) (rv Valu… func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4763 NewCall = Builder.CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2044 See the method [llvm::LLVMBuilder::CreateInvoke]. *)