/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1015 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/ |
D | IRBuilder.h | 1073 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/ |
D | X86WinEHState.cpp | 497 NewCS = Builder.CreateInvoke( in rewriteSetJmpCallSite()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 494 NewCall = Builder.CreateInvoke( in rewriteSetJmpCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 497 NewCS = Builder.CreateInvoke( in rewriteSetJmpCallSite()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1223 builder.CreateInvoke(&toInvoke, in createCatchWrappedInvokeFunction()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 702 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, 709 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 3432 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/ |
D | IRBuilder.cpp | 865 InvokeInst *II = Builder->CreateInvoke( in CreateGCStatepointInvokeCommon()
|
D | Core.cpp | 3148 return wrap(unwrap(B)->CreateInvoke(unwrap<FunctionType>(Ty), unwrap(Fn), in LLVMBuildInvoke2()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1142 NewCS = IRB.CreateInvoke( in applyICallBranchFunnel()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1589 NewCS = IRB.CreateInvoke(Func, II->getNormalDest(), II->getUnwindDest(), in visitCallSite()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1415 NewCS = IRB.CreateInvoke(NewFT, IRB.CreateBitCast(JT, NewFTPtr), in applyICallBranchFunnel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1742 NewCS = IRB.CreateInvoke(NewFT, Func, II->getNormalDest(), in visitCallSite()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3117 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/ |
D | InstCombineCalls.cpp | 2836 NC = Builder->CreateInvoke(Callee, II->getNormalDest(), II->getUnwindDest(), in transformConstExprCastCall()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2477 return wrap(unwrap(B)->CreateInvoke(unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 3627 NewCall = Builder.CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1246 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/ |
D | InstCombineCalls.cpp | 4763 NewCall = Builder.CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2044 See the method [llvm::LLVMBuilder::CreateInvoke]. *)
|