HomeSort by relevance Sort by last modified time
    Searched defs:getFPUFeatures (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
TargetParser.cpp 29 // features they correspond to (use getFPUFeatures).
233 bool llvm::ARM::getFPUFeatures(unsigned FPUKind,
448 bool llvm::AArch64::getFPUFeatures(unsigned FPUKind,
450 return ARM::getFPUFeatures(FPUKind, Features);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
TargetParser.cpp 29 // features they correspond to (use getFPUFeatures).
240 bool llvm::ARM::getFPUFeatures(unsigned FPUKind,
455 bool llvm::AArch64::getFPUFeatures(unsigned FPUKind,
457 return ARM::getFPUFeatures(FPUKind, Features);

Completed in 127 milliseconds