Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMTargetParser.cpp205 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()
206 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()
222 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()
262 for (const auto &F : FPUNames) { in parseFPU()
272 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
354 return FPUNames[FPUKind].getName(); in getFPUName()
360 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
366 return FPUNames[FPUKind].Restriction; in getFPURestriction()
471 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()
487 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMTargetParser.h188 static const FPUName FPUNames[] = { variable