Searched refs:useNEONForSinglePrecisionFP (Results 1 – 6 of 6) sorted by relevance
203 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
201 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;202 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;
789 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()7788 if (!ST->hasNEON() || !ST->useNEONForSinglePrecisionFP() || in PerformSELECT_CCCombine()
433 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
277 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;278 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;326 "!Subtarget->useNEONForSinglePrecisionFP()">;328 "Subtarget->useNEONForSinglePrecisionFP()">;
1094 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()5191 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()5209 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()