Searched defs:getFPUFeatures (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DTargetParser.cpp29 // features they correspond to (use getFPUFeatures).
233 bool llvm::ARM::getFPUFeatures(unsigned FPUKind, function in class:llvm::ARM
448 bool llvm::AArch64::getFPUFeatures(unsigned FPUKind, function in class:llvm::AArch64
450 return ARM::getFPUFeatures(FPUKind, Features);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTargetParser.cpp29 // features they correspond to (use getFPUFeatures).
240 bool llvm::ARM::getFPUFeatures(unsigned FPUKind, function in class:llvm::ARM
455 bool llvm::AArch64::getFPUFeatures(unsigned FPUKind, function in class:llvm::AArch64
457 return ARM::getFPUFeatures(FPUKind, Features);

Completed in 70 milliseconds