Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp461 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU() local
471 if (InputFPU.Restriction != ARM::FPURestriction::SP_D16) in findDoublePrecisionFPU()
478 if (CandidateFPU.FPUVer == InputFPU.FPUVer && in findDoublePrecisionFPU()
479 CandidateFPU.NeonSupport == InputFPU.NeonSupport && in findDoublePrecisionFPU()