HomeSort by relevance Sort by last modified time
    Searched refs:UseNEONForSinglePrecisionFP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 121 UseNEONForSinglePrecisionFP = false;
255 UseNEONForSinglePrecisionFP = true;
ARMSubtarget.h 90 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been
91 /// specified. Use the method useNEONForSinglePrecisionFP() to
93 bool UseNEONForSinglePrecisionFP;
341 bool useNEONForSinglePrecisionFP() const {
342 return hasNEON() && UseNEONForSinglePrecisionFP;

Completed in 34 milliseconds