Searched defs:DXILParam (Results 1 – 1 of 1) sorted by relevance
33 struct DXILParam { struct34 int Pos; // position in parameter list35 ParameterKind Kind;36 StringRef Name; // short, unique name37 StringRef Doc; // the documentation description of this parameter38 bool IsConst; // whether this argument requires a constant value in the IR39 StringRef EnumName; // the name of the enum type if applicable40 int MaxValue; // the maximum value for this parameter if applicable105 DXILParam::DXILParam(const Record *R) { in DXILParam() function in DXILParam