Searched refs:hasFPARMv8 (Results 1 – 9 of 9) sorted by relevance
175 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8() function
74 if (Subtarget->hasFPARMv8()) { in AArch64TargetLowering()2675 if (Subtarget->hasFPARMv8()) { in saveVarArgRegisters()4628 if (!Subtarget->hasFPARMv8()) in LowerXConstraint()7254 if (Subtarget->hasFPARMv8() && !IsMemset && Size >= 16 && in getOptimalMemOpType()
2852 if (VT.isFloatingPoint() && !Subtarget->hasFPARMv8()) in fastLowerArguments()
21 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
427 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8() function
691 if (STI.hasFPARMv8()) { in emitAttributes()706 if (STI.hasFPARMv8()) in emitAttributes()
958 if (!Subtarget->hasFPARMv8() || Subtarget->isFPOnlySP()) { in ARMTargetLowering()987 if (Subtarget->hasFPARMv8()) { in ARMTargetLowering()3890 if (Subtarget->hasFPARMv8() && (TrueVal.getValueType() == MVT::f32 || in LowerSELECT_CC()3910 if (Subtarget->hasFPARMv8() && (TrueVal.getValueType() == MVT::f32 || in LowerSELECT_CC()
4020 if (Opcode == ARM::VMRS_MVFR2 && !Subtarget->hasFPARMv8()) in tryReadRegister()
232 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,