Searched refs:useNEONForSinglePrecisionFP (Results 1 – 3 of 3) sorted by relevance
210 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
859 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()3846 if (!ST->useNEONForSinglePrecisionFP() || !ST->hasVFP3() || ST->hasD16()) in LowerConstantFP()8825 if (!ST->hasNEON() || !ST->useNEONForSinglePrecisionFP() || in PerformSELECT_CCCombine()
222 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;223 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;