Searched refs:TypeNameOS (Results 1 – 1 of 1) sorted by relevance
4218 llvm::raw_svector_ostream TypeNameOS(TypeNameStr); in mangleRISCVFixedRVVVectorType() local4219 TypeNameOS << "__rvv_"; in mangleRISCVFixedRVVVectorType()4222 TypeNameOS << "int8"; in mangleRISCVFixedRVVVectorType()4226 TypeNameOS << "uint8"; in mangleRISCVFixedRVVVectorType()4228 TypeNameOS << "bool"; in mangleRISCVFixedRVVVectorType()4231 TypeNameOS << "int16"; in mangleRISCVFixedRVVVectorType()4234 TypeNameOS << "uint16"; in mangleRISCVFixedRVVVectorType()4237 TypeNameOS << "int32"; in mangleRISCVFixedRVVVectorType()4240 TypeNameOS << "uint32"; in mangleRISCVFixedRVVVectorType()4243 TypeNameOS << "int64"; in mangleRISCVFixedRVVVectorType()[all …]