HomeSort by relevance Sort by last modified time
    Searched refs:useNEONForSinglePrecisionFP (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 54 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been
55 /// specified. Use the method useNEONForSinglePrecisionFP() to
57 bool UseNEONForSinglePrecisionFP;
203 bool useNEONForSinglePrecisionFP() const {
204 return hasNEON() && UseNEONForSinglePrecisionFP; }
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 109 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been
110 /// specified. Use the method useNEONForSinglePrecisionFP() to
112 bool UseNEONForSinglePrecisionFP = false;
433 bool useNEONForSinglePrecisionFP() const {
434 return hasNEON() && UseNEONForSinglePrecisionFP;
ARMISelLowering.cpp     [all...]

Completed in 250 milliseconds