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 instruction54 StringRef OverloadTypes; // overload types if applicable59 bool IsDeriv; // whether this is some kind of derivative70 int OverloadParamIndex; // parameter index which control the overload.72 SmallVector<StringRef, 4> counters; // counters for this inst.[all …]