Searched refs:useNEONForSinglePrecisionFP (Results 1 – 4 of 4) sorted by relevance
153 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;154 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;215 "!Subtarget->useNEONForSinglePrecisionFP()">;217 "Subtarget->useNEONForSinglePrecisionFP()">;
328 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
333 // Use the method useNEONForSinglePrecisionFP() to determine if NEON should actually be used.
1541 if (Subtarget->useNEONForSinglePrecisionFP()) { in ARMTargetLowering()1646 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()7111 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()7129 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()