Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp160 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures() argument
162 if (FPUKind >= FK_LAST || FPUKind == FK_INVALID) in getFPUFeatures()
198 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()
261 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() argument
262 if (FPUKind >= FK_LAST) in getFPUNeonSupportLevel()
264 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
341 StringRef ARM::getFPUName(unsigned FPUKind) { in getFPUName() argument
342 if (FPUKind >= FK_LAST) in getFPUName()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h117 enum FPUKind { enum
166 FPUKind ID;
221 StringRef getFPUName(unsigned FPUKind);
222 FPUVersion getFPUVersion(unsigned FPUKind);
223 NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind);
224 FPURestriction getFPURestriction(unsigned FPUKind);
227 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
DAArch64TargetParser.h74 ARM::FPUKind::ARCH_FPU, \