Lines Matching refs:Suffix
2119 // Try again specifying float suffix.
2126 // The option was specified without a float or double suffix.
6679 // understands the suffix correctly. The main use case this would go
6681 // suffix; really the only way to get this to happen is a command
6812 // understands the suffix correctly. The main use case this would go
6814 // suffix; really the only way to get this to happen is a command
7139 // Translate the native cpu into the architecture suffix for that CPU.
7140 StringRef Suffix = arm::getLLVMArchSuffixForARM(CPU, MArch, Triple);
7141 // If there is no valid architecture suffix for this CPU we don't know how
7143 if (Suffix.empty())
7146 MArch = std::string("arm") + Suffix.str();