Searched refs:TypeNameOS (Results 1 – 1 of 1) sorted by relevance
4016 llvm::raw_svector_ostream TypeNameOS(TypeNameStr); in mangleRISCVFixedRVVVectorType() local4017 TypeNameOS << "__rvv_"; in mangleRISCVFixedRVVVectorType()4020 TypeNameOS << "int8"; in mangleRISCVFixedRVVVectorType()4024 TypeNameOS << "uint8"; in mangleRISCVFixedRVVVectorType()4026 TypeNameOS << "bool"; in mangleRISCVFixedRVVVectorType()4029 TypeNameOS << "int16"; in mangleRISCVFixedRVVVectorType()4032 TypeNameOS << "uint16"; in mangleRISCVFixedRVVVectorType()4035 TypeNameOS << "int32"; in mangleRISCVFixedRVVVectorType()4038 TypeNameOS << "uint32"; in mangleRISCVFixedRVVVectorType()4041 TypeNameOS << "int64"; in mangleRISCVFixedRVVVectorType()[all …]