Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp193 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()
194 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()
210 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()
221 for (const auto &F : FPUNames) { in parseFPU()
231 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
254 return FPUNames[FPUKind].Name; in getFPUName()
260 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
266 return FPUNames[FPUKind].Restriction; in getFPURestriction()
370 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()
379 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()
[all …]
H A DCSKYTargetParser.cpp127 return FPUNames[FPUKind].getName(); in getFPUName()
133 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DCSKYTargetParser.h160 static const FPUName FPUNames[] = { variable
H A DARMTargetParser.h176 static const FPUName FPUNames[] = { variable