Home
last modified time | relevance | path

Searched refs:MSIMD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DLoongArch.cpp192 StringRef MSIMD = A->getValue(); in getLoongArchTargetFeatures() local
193 if (MSIMD == "lsx") { in getLoongArchTargetFeatures()
200 } else if (MSIMD == "lasx") { in getLoongArchTargetFeatures()
213 } else if (MSIMD == "none") { in getLoongArchTargetFeatures()
219 D.Diag(diag::err_drv_loongarch_invalid_msimd_EQ) << MSIMD; in getLoongArchTargetFeatures()