Home
last modified time | relevance | path

Searched refs:DXILOpBuilder (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp475 DXILOpBuilder::DXILOpBuilder(Module &M) : M(M), IRB(M.getContext()) { in DXILOpBuilder() function in llvm::dxil::DXILOpBuilder
493 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()
H A DDXILOpBuilder.h33 class DXILOpBuilder {
35 DXILOpBuilder(Module &M);
H A DDXILOpLowering.cpp39 DXILOpBuilder OpBuilder;
H A DDXIL.td283 // by setDXILAttributes in DXILOpBuilder.cpp