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 55 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been
56 /// specified. Use the method useNEONForSinglePrecisionFP() to
58 bool UseNEONForSinglePrecisionFP;
207 bool useNEONForSinglePrecisionFP() const {
208 return hasNEON() && UseNEONForSinglePrecisionFP; }
ARMISelLowering.cpp     [all...]

Completed in 48 milliseconds