Searched refs:SBCtx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | BasicBlock.h | 75 BasicBlock(llvm::BasicBlock *BB, Context &SBCtx) in BasicBlock() argument 76 : Value(ClassID::Block, BB, SBCtx) { in BasicBlock()
|
| H A D | Constant.h | 34 Constant(llvm::Constant *C, sandboxir::Context &SBCtx) in Constant() argument 35 : sandboxir::User(ClassID::Constant, C, SBCtx) {} in Constant() 36 Constant(ClassID ID, llvm::Constant *C, sandboxir::Context &SBCtx) in Constant() argument 37 : sandboxir::User(ID, C, SBCtx) {} in Constant()
|
| H A D | Instruction.h | 54 sandboxir::Context &SBCtx) in Instruction() argument 55 : User(ID, I, SBCtx), Opc(Opc) {} in Instruction() 380 sandboxir::Context &SBCtx) in SingleLLVMInstructionImpl() argument 381 : Instruction(ID, Opc, I, SBCtx) {} in SingleLLVMInstructionImpl()
|