Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDXILEmitter.cpp44 struct DXILOperationData { struct
45 StringRef Name; // short, unique name
47 StringRef DXILOp; // name of DXIL operation
48 int DXILOpID; // ID of DXIL operation
49 StringRef DXILClass; // name of the opcode class
50 StringRef Category; // classification for this instruction
54 StringRef OverloadTypes; // overload types if applicable
59 bool IsDeriv; // whether this is some kind of derivative
70 int OverloadParamIndex; // parameter index which control the overload.
72 SmallVector<StringRef, 4> counters; // counters for this inst.
[all …]