Searched refs:IndirectDests (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3859 ArrayRef<BasicBlock *> IndirectDests,
3865 ArrayRef<BasicBlock *> IndirectDests,
3871 ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args,
3894 ArrayRef<BasicBlock *> IndirectDests,
3897 int NumOperands = ComputeNumOperands(Args.size(), IndirectDests.size());
3899 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, None,
3905 ArrayRef<BasicBlock *> IndirectDests,
3910 int NumOperands = ComputeNumOperands(Args.size(), IndirectDests.size(),
3915 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, Bundles,
3921 ArrayRef<BasicBlock *> IndirectDests,
3892 Create(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) argument
3903 Create(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
3919 Create(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
3930 Create(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
3945 Create(FunctionCallee Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore = nullptr) argument
3953 Create(FunctionCallee Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
3963 Create(FunctionCallee Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
3971 Create(FunctionCallee Func, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
H A DIRBuilder.h1032 ArrayRef<BasicBlock *> IndirectDests,
1035 return Insert(CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests,
1040 ArrayRef<BasicBlock *> IndirectDests,
1045 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args,
1050 ArrayRef<BasicBlock *> IndirectDests,
1054 DefaultDest, IndirectDests, Args, Name);
1057 ArrayRef<BasicBlock *> IndirectDests,
1062 DefaultDest, IndirectDests, Args, Name);
1030 CreateCallBr(FunctionType *Ty, Value *Callee, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
1038 CreateCallBr(FunctionType *Ty, Value *Callee, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
1049 CreateCallBr(FunctionCallee Callee, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
1056 CreateCallBr(FunctionCallee Callee, BasicBlock *DefaultDest, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp839 ArrayRef<BasicBlock *> IndirectDests,
846 ComputeNumOperands(Args.size(), IndirectDests.size(),
849 NumIndirectDests = IndirectDests.size();
852 setIndirectDest(i, IndirectDests[i]);
870 assert(It + 2 + IndirectDests.size() == op_end() && "Should add up!");
838 init(FunctionType *FTy, Value *Fn, BasicBlock *Fallthrough, ArrayRef<BasicBlock *> IndirectDests, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4634 SmallVector<BasicBlock *, 16> IndirectDests; local
4636 IndirectDests.push_back(getBasicBlock(Record[OpNum++]));
4692 I = CallBrInst::Create(FTy, Callee, DefaultDest, IndirectDests, Args,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6499 SmallVector<BasicBlock *, 16> IndirectDests;
6505 IndirectDests.push_back(DestBB);
6510 IndirectDests.push_back(DestBB);
6576 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args,

Completed in 132 milliseconds