Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h580 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
H A DARMInstrInfo.td325 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;
326 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;
386 "!Subtarget->useNEONForSinglePrecisionFP()">;
388 "Subtarget->useNEONForSinglePrecisionFP()">;
H A DARMISelLowering.cpp1241 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()
5895 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()
5913 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()