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 183 UseNEONForSinglePrecisionFP = false;
361 UseNEONForSinglePrecisionFP = true;
ARMSubtarget.h 79 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been
80 /// specified. Use the method useNEONForSinglePrecisionFP() to
82 bool UseNEONForSinglePrecisionFP;
321 bool useNEONForSinglePrecisionFP() const {
322 return hasNEON() && UseNEONForSinglePrecisionFP; }

Completed in 48 milliseconds