Searched refs:DXILParam (Results 1 – 1 of 1) sorted by relevance
33 struct DXILParam { struct41 DXILParam(const Record *R);53 SmallVector<DXILParam> Params; // the operands that this instruction takes94 Params.emplace_back(DXILParam(Param)); in DXILOperationData()105 DXILParam::DXILParam(const Record *R) { in DXILParam() function in DXILParam