Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp198 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()
199 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()
214 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()
254 for (const auto F : FPUNames) { in parseFPU()
264 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
344 return FPUNames[FPUKind].getName(); in getFPUName()
350 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
356 return FPUNames[FPUKind].Restriction; in getFPURestriction()
461 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()
477 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h174 static const FPUName FPUNames[] = { variable