Home
last modified time | relevance | path

Searched refs:IfNormal (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DInstructions.h3396 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
3401 Func, IfNormal, IfException, Args, Bundles, NameStr);
3403 void init(FunctionType *FTy, Value *Func, BasicBlock *IfNormal,
3410 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
3416 Func, IfNormal, IfException, Args, Bundles, Values, NameStr,
3419 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3426 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
3440 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
3446 Func, IfNormal, IfException, Args, None, NameStr,
3449 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3896 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
3902 Func, IfNormal, IfException, Args, Bundles, Values, NameStr,
3905 inline InvokeInst(FunctionType *Ty, Value *Func, BasicBlock *IfNormal,
3912 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
3918 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
3923 Func, IfNormal, IfException, Args, Bundles, NameStr);
3926 void init(FunctionType *FTy, Value *Func, BasicBlock *IfNormal,
3938 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
3944 Func, IfNormal, IfException, Args, None, NameStr,
3948 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal,
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h2665 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2671 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2678 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException,
2685 BasicBlock *IfNormal, BasicBlock *IfException,
2689 return new(Values) InvokeInst(Func, IfNormal, IfException, Args,
2693 BasicBlock *IfNormal, BasicBlock *IfException,
2697 return new(Values) InvokeInst(Func, IfNormal, IfException, Args,
2868 BasicBlock *IfNormal, BasicBlock *IfException,
2876 init(Func, IfNormal, IfException, Args, NameStr);
2879 BasicBlock *IfNormal, BasicBlock *IfException,
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp513 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException, in init() argument
517 Op<-2>() = IfNormal; in init()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp597 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument
606 Op<-2>() = IfNormal; in init()
/external/llvm/lib/IR/
DInstructions.cpp635 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() argument
644 Op<-2>() = IfNormal; in init()