Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDXILEmitter.cpp33 struct DXILParam { struct
34 int Pos; // position in parameter list
35 ParameterKind Kind;
36 StringRef Name; // short, unique name
37 StringRef Doc; // the documentation description of this parameter
38 bool IsConst; // whether this argument requires a constant value in the IR
39 StringRef EnumName; // the name of the enum type if applicable
40 int MaxValue; // the maximum value for this parameter if applicable
105 DXILParam::DXILParam(const Record *R) { in DXILParam() function in DXILParam