Searched refs:ParmsType (Results 1 – 2 of 2) sorted by relevance
880 SmallString<32> ParmsType; in getVectorParmsInfoString() local884 ParmsType += ", "; in getVectorParmsInfoString()887 ParmsType += "vc"; in getVectorParmsInfoString()891 ParmsType += "vs"; in getVectorParmsInfoString()895 ParmsType += "vi"; in getVectorParmsInfoString()899 ParmsType += "vf"; in getVectorParmsInfoString()904 return ParmsType; in getVectorParmsInfoString()909 SmallString<32> ParmsType; in parseParmsTypeWithVecInfo() local914 ParmsType += ", "; in parseParmsTypeWithVecInfo()920 ParmsType += "i"; in parseParmsTypeWithVecInfo()[all …]
420 Optional<SmallString<32>> ParmsType;479 const Optional<SmallString<32>> &getParmsType() const { return ParmsType; }