Searched refs:DXILOpBuilder (Results 1 – 4 of 4) sorted by relevance
475 DXILOpBuilder::DXILOpBuilder(Module &M) : M(M), IRB(M.getContext()) { in DXILOpBuilder() function in llvm::dxil::DXILOpBuilder493 Expected<CallInst *> DXILOpBuilder::tryCreateOp(dxil::OpCode OpCode, in tryCreateOp()570 CallInst *DXILOpBuilder::createOp(dxil::OpCode OpCode, ArrayRef<Value *> Args, in createOp()578 StructType *DXILOpBuilder::getResRetType(Type *ElementTy) { in getResRetType()582 StructType *DXILOpBuilder::getCBufRetType(Type *ElementTy) { in getCBufRetType()586 StructType *DXILOpBuilder::getHandleType() { in getHandleType()590 Constant *DXILOpBuilder::getResBind(uint32_t LowerBound, uint32_t UpperBound, in getResBind()602 Constant *DXILOpBuilder::getResProps(uint32_t Word0, uint32_t Word1) { in getResProps()609 const char *DXILOpBuilder::getOpCodeName(dxil::OpCode DXILOp) { in getOpCodeName()
33 class DXILOpBuilder {35 DXILOpBuilder(Module &M);
39 DXILOpBuilder OpBuilder;
283 // by setDXILAttributes in DXILOpBuilder.cpp