Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h210 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
DARMISelLowering.cpp859 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()
3846 if (!ST->useNEONForSinglePrecisionFP() || !ST->hasVFP3() || ST->hasD16()) in LowerConstantFP()
8825 if (!ST->hasNEON() || !ST->useNEONForSinglePrecisionFP() || in PerformSELECT_CCCombine()
DARMInstrInfo.td222 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;
223 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;