Searched refs:hasFPARMv8 (Results 1 – 8 of 8) sorted by relevance
103 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8() function
93 if (Subtarget->hasFPARMv8()) { in AArch64TargetLowering()2285 if (Subtarget->hasFPARMv8()) { in saveVarArgRegisters()6714 if (Subtarget->hasFPARMv8() && !IsMemset && Size >= 16 && in getOptimalMemOpType()
2851 if (VT.isFloatingPoint() && !Subtarget->hasFPARMv8()) in fastLowerArguments()
19 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
314 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8() function
630 if (STI.hasFPARMv8()) { in emitAttributes()645 if (STI.hasFPARMv8()) in emitAttributes()
880 if (!Subtarget->hasFPARMv8() || Subtarget->isFPOnlySP()) { in ARMTargetLowering()905 if (Subtarget->hasFPARMv8()) { in ARMTargetLowering()3488 if (Subtarget->hasFPARMv8() && (TrueVal.getValueType() == MVT::f32 || in LowerSELECT_CC()3508 if (Subtarget->hasFPARMv8() && (TrueVal.getValueType() == MVT::f32 || in LowerSELECT_CC()
223 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,