HomeSort by relevance Sort by last modified time
    Searched defs:UseNEONForSinglePrecisionFP (Results 1 - 2 of 2) 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; }
  /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;

Completed in 121 milliseconds