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 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; }
ARMISelLowering.cpp     [all...]

Completed in 70 milliseconds