Lines Matching defs:InputFPU
370 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind];
374 if (ARM::isDoublePrecision(InputFPU.Restriction))
380 if (CandidateFPU.FPUVer == InputFPU.FPUVer &&
381 CandidateFPU.NeonSupport == InputFPU.NeonSupport &&
383 ARM::has32Regs(InputFPU.Restriction) &&
397 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind];
401 if (!ARM::isDoublePrecision(InputFPU.Restriction))
407 if (CandidateFPU.FPUVer == InputFPU.FPUVer &&
408 CandidateFPU.NeonSupport == InputFPU.NeonSupport &&
410 ARM::has32Regs(InputFPU.Restriction) &&