Searched refs:useNEONForSinglePrecisionFP (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h201 /// specified. Use the method useNEONForSinglePrecisionFP() to
638 bool useNEONForSinglePrecisionFP() const { function in class:llvm::ARMSubtarget
H A DARMISelLowering.cpp1473 if (Subtarget->useNEONForSinglePrecisionFP()) {
1577 if (Subtarget->useNEONForSinglePrecisionFP())
6811 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) {
6829 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP()))

Completed in 258 milliseconds