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

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h56 /// specified. Use the method useNEONForSinglePrecisionFP() to
210 bool useNEONForSinglePrecisionFP() const { function in class:llvm::ARMSubtarget
H A DARMISelLowering.cpp859 if (Subtarget->useNEONForSinglePrecisionFP())
3846 if (!ST->useNEONForSinglePrecisionFP() || !ST->hasVFP3() || ST->hasD16())
8825 if (!ST->hasNEON() || !ST->useNEONForSinglePrecisionFP() ||

Completed in 63 milliseconds