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

Completed in 504 milliseconds