Home
last modified time | relevance | path

Searched defs:DXILOperationDesc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp49 struct DXILOperationDesc { struct
50 std::string OpName; // name of DXIL operation
51 int OpCode; // ID of DXIL operation
52 StringRef OpClass; // name of the opcode class
53 StringRef Doc; // the documentation description of this instruction
55 SmallVector<const Record *> OpTypes;
56 SmallVector<const Record *> OverloadRecs;
57 SmallVector<const Record *> StageRecs;
58 SmallVector<const Record *> AttrRecs;
59 SmallVector<DXILIntrinsicSelect> IntrinsicSelects;
[all …]