Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMPredicates.td151 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;
152 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;
213 "!Subtarget->useNEONForSinglePrecisionFP()">;
215 "Subtarget->useNEONForSinglePrecisionFP()">;
H A DARMSubtarget.h663 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
H A DARMISelLowering.cpp1487 if (Subtarget->useNEONForSinglePrecisionFP()) { in ARMTargetLowering()
1591 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()
6833 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()
6851 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()