HomeSort by: relevance | last modified time | path
    Searched refs:FPUNames (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
ARMTargetParser.cpp 205 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion &&
206 FPUNames[FPUKind].Restriction <= Info.MaxRestriction)
222 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel)
262 for (const auto &F : FPUNames) {
272 return FPUNames[FPUKind].NeonSupport;
354 return FPUNames[FPUKind].getName();
360 return FPUNames[FPUKind].FPUVer;
366 return FPUNames[FPUKind].Restriction;
471 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind];
487 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMTargetParser.h 188 static const FPUName FPUNames[] = {

Completed in 18 milliseconds