Searched refs:FPUKind (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMTargetParser.cpp160 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { argument
162 if (FPUKind >= FK_LAST || FPUKind == FK_INVALID)
198 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion &&
199 FPUNames[FPUKind].Restriction <= Info.MaxRestriction)
214 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel)
261 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(unsigned FPUKind) { argument
262 if (FPUKind >= FK_LAST)
264 return FPUNames[FPUKind].NeonSupport;
341 StringRef ARM::getFPUName(unsigned FPUKind) { argument
347 getFPUVersion(unsigned FPUKind) argument
353 getFPURestriction(unsigned FPUKind) argument
518 unsigned FPUKind; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMTargetParser.h117 enum FPUKind { enum in namespace:llvm::ARM
161 // The entries must appear in the order listed in ARM::FPUKind for correct
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);
H A DAArch64TargetParser.h74 ARM::FPUKind::ARCH_FPU, \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp371 unsigned FPUKind = llvm::ARM::getDefaultFPU(CPU, Arch); local
372 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures);

Completed in 114 milliseconds