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.cpp37 struct DXILOperationDesc { struct
38 std::string OpName; // name of DXIL operation
39 int OpCode; // ID of DXIL operation
40 StringRef OpClass; // name of the opcode class
41 StringRef Doc; // the documentation description of this instruction
42 SmallVector<Record *> OpTypes; // Vector of operand type records -
45 OpAttributes; // operation attribute represented as strings
46 StringRef Intrinsic; // The llvm intrinsic map to OpName. Default is "" which
48 bool IsDeriv = false; // whether this is some kind of derivative
49 bool IsGradient = false; // whether this requires a gradient calculation
[all …]