Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMPredicates.td153 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;
154 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;
215 "!Subtarget->useNEONForSinglePrecisionFP()">;
217 "Subtarget->useNEONForSinglePrecisionFP()">;
H A DARMSubtarget.h328 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
H A DARM.td333 // Use the method useNEONForSinglePrecisionFP() to determine if NEON should actually be used.
H A DARMISelLowering.cpp1541 if (Subtarget->useNEONForSinglePrecisionFP()) { in ARMTargetLowering()
1646 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()
7111 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()
7129 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()