Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDARMTargetParser.cpp160 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures()
261 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel()
341 StringRef ARM::getFPUName(unsigned FPUKind) { in getFPUName()
347 ARM::FPUVersion ARM::getFPUVersion(unsigned FPUKind) { in getFPUVersion()
353 ARM::FPURestriction ARM::getFPURestriction(unsigned FPUKind) { in getFPURestriction()
518 unsigned FPUKind; in appendArchExtFeatures() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDARM.cpp371 unsigned FPUKind = llvm::ARM::getDefaultFPU(CPU, Arch); in initFeatureMap() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDARMTargetParser.h117 enum FPUKind { enum