Searched refs:useNEONForSinglePrecisionFP (Results 1 – 3 of 3) sorted by relevance
580 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
325 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;326 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;386 "!Subtarget->useNEONForSinglePrecisionFP()">;388 "Subtarget->useNEONForSinglePrecisionFP()">;
1241 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()5895 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()5913 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()