Searched refs:useNEONForSinglePrecisionFP (Results 1 – 4 of 4) sorted by relevance
153 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;154 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;217 "!Subtarget->useNEONForSinglePrecisionFP()">;219 "Subtarget->useNEONForSinglePrecisionFP()">;
267 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
330 // Use the method useNEONForSinglePrecisionFP() to determine if NEON should actually be used.
1676 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()7188 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()7206 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()