Lines Matching full:dxil
9 /// \file This file contains class to help build DXIL op functions.
31 namespace dxil {
39 /// Create a call instruction for the given DXIL op. The arguments
41 CallInst *createOp(dxil::OpCode Op, ArrayRef<Value *> Args,
44 /// Try to create a call instruction for the given DXIL op. Fails if the
46 Expected<CallInst *> tryCreateOp(dxil::OpCode Op, ArrayRef<Value *> Args,
61 uint32_t SpaceID, dxil::ResourceClass RC);
66 static const char *getOpCodeName(dxil::OpCode DXILOp);
69 /// Gets a specific overload type of the function for the given DXIL op. If
71 FunctionType *getOpFunctionType(dxil::OpCode OpCode,
80 } // namespace dxil