HomeSort by: relevance | last modified time | path
    Searched refs:useNEONForSinglePrecisionFP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 207 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been
208 /// specified. Use the method useNEONForSinglePrecisionFP() to
210 bool UseNEONForSinglePrecisionFP = false;
663 bool useNEONForSinglePrecisionFP() const {
664 return hasNEON() && UseNEONForSinglePrecisionFP;
ARMISelLowering.cpp 1487 if (Subtarget->useNEONForSinglePrecisionFP()) {
1591 if (Subtarget->useNEONForSinglePrecisionFP())
6833 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) {
6851 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP()))

Completed in 107 milliseconds