Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
51 StringRef Doc; // the documentation description of this instruction
53 SmallVector<DXILParam> Params; // the operands that this instruction takes
54 StringRef OverloadTypes; // overload types if applicable
55 StringRef FnAttr; // attribute shorthands: rn=does not access
[all …]