Home
last modified time | relevance | path

Searched refs:CandidateFPU (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DARMTargetParser.cpp382 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU() local
383 if (CandidateFPU.FPUVer == InputFPU.FPUVer && in findDoublePrecisionFPU()
384 CandidateFPU.NeonSupport == InputFPU.NeonSupport && in findDoublePrecisionFPU()
385 CandidateFPU.Restriction == ARM::FPURestriction::D16) { in findDoublePrecisionFPU()
386 return CandidateFPU.ID; in findDoublePrecisionFPU()