Home
last modified time | relevance | path

Searched refs:useNEONForSinglePrecisionFP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMPredicates.td153 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;
154 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;
217 "!Subtarget->useNEONForSinglePrecisionFP()">;
219 "Subtarget->useNEONForSinglePrecisionFP()">;
H A DARMSubtarget.h267 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
H A DARMFeatures.td330 // Use the method useNEONForSinglePrecisionFP() to determine if NEON should actually be used.
H A DARMISelLowering.cpp1676 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()
7188 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()
7206 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()