Searched refs:useNEONForSinglePrecisionFP (Results 1 – 3 of 3) sorted by relevance
151 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;152 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;213 "!Subtarget->useNEONForSinglePrecisionFP()">;215 "Subtarget->useNEONForSinglePrecisionFP()">;
663 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
1494 if (Subtarget->useNEONForSinglePrecisionFP()) { in ARMTargetLowering()1598 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()6983 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()7001 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()