Searched refs:useNEONForSinglePrecisionFP (Results 1 – 3 of 3) sorted by relevance
319 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
256 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;257 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;307 def UseVMOVSR : Predicate<"Subtarget->isCortexA9() || !Subtarget->useNEONForSinglePrecisionFP()">;308 def DontUseVMOVSR : Predicate<"!Subtarget->isCortexA9() && Subtarget->useNEONForSinglePrecisionFP()…
987 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()4636 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()4654 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()9657 if (!ST->hasNEON() || !ST->useNEONForSinglePrecisionFP() || in PerformSELECT_CCCombine()