Searched defs:DXILOperationData (Results 1 – 1 of 1) sorted by relevance
44 struct DXILOperationData { struct45 StringRef Name; // short, unique name47 StringRef DXILOp; // name of DXIL operation48 int DXILOpID; // ID of DXIL operation49 StringRef DXILClass; // name of the opcode class50 StringRef Category; // classification for this instruction51 StringRef Doc; // the documentation description of this instruction53 SmallVector<DXILParam> Params; // the operands that this instruction takes54 StringRef OverloadTypes; // overload types if applicable55 StringRef FnAttr; // attribute shorthands: rn=does not access[all …]