Searched refs:hasFPARMv8 (Results 1 – 9 of 9) sorted by relevance
104 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8() function
94 if (Subtarget->hasFPARMv8()) { in AArch64TargetLowering()2303 if (Subtarget->hasFPARMv8()) { in saveVarArgRegisters()6870 if (Subtarget->hasFPARMv8() && !IsMemset && Size >= 16 && in getOptimalMemOpType()
2865 if (VT.isFloatingPoint() && !Subtarget->hasFPARMv8()) in fastLowerArguments()
19 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
317 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8() function
625 if (STI.hasFPARMv8()) { in emitAttributes()640 if (STI.hasFPARMv8()) in emitAttributes()
899 if (!Subtarget->hasFPARMv8() || Subtarget->isFPOnlySP()) { in ARMTargetLowering()924 if (Subtarget->hasFPARMv8()) { in ARMTargetLowering()3540 if (Subtarget->hasFPARMv8() && (TrueVal.getValueType() == MVT::f32 || in LowerSELECT_CC()3560 if (Subtarget->hasFPARMv8() && (TrueVal.getValueType() == MVT::f32 || in LowerSELECT_CC()
3638 if (Opcode == ARM::VMRS_MVFR2 && !Subtarget->hasFPARMv8()) in SelectReadRegister()
222 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,