Searched defs:DXILOperationDesc (Results 1 – 1 of 1) sorted by relevance
49 struct DXILOperationDesc { struct50 std::string OpName; // name of DXIL operation51 int OpCode; // ID of DXIL operation52 StringRef OpClass; // name of the opcode class53 StringRef Doc; // the documentation description of this instruction55 SmallVector<const Record *> OpTypes;56 SmallVector<const Record *> OverloadRecs;57 SmallVector<const Record *> StageRecs;58 SmallVector<const Record *> AttrRecs;59 SmallVector<DXILIntrinsicSelect> IntrinsicSelects;[all …]