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.h 59 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been
60 /// specified. Use the method useNEONForSinglePrecisionFP() to
62 bool UseNEONForSinglePrecisionFP;
251 bool useNEONForSinglePrecisionFP() const {
252 return hasNEON() && UseNEONForSinglePrecisionFP; }
ARMSubtarget.cpp 86 UseNEONForSinglePrecisionFP = false;
214 UseNEONForSinglePrecisionFP = true;

Completed in 483 milliseconds