Lines Matching defs:InputFPU
372 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind];
376 if (ARM::isDoublePrecision(InputFPU.Restriction))
382 if (CandidateFPU.FPUVer == InputFPU.FPUVer &&
383 CandidateFPU.NeonSupport == InputFPU.NeonSupport &&
385 ARM::has32Regs(InputFPU.Restriction) &&
399 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind];
403 if (!ARM::isDoublePrecision(InputFPU.Restriction))
409 if (CandidateFPU.FPUVer == InputFPU.FPUVer &&
410 CandidateFPU.NeonSupport == InputFPU.NeonSupport &&
412 ARM::has32Regs(InputFPU.Restriction) &&