Home
last modified time | relevance | path

Searched refs:UseNEONForSinglePrecisionFP (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h196 bool UseNEONForSinglePrecisionFP = false; variable
623 return hasNEON() && UseNEONForSinglePrecisionFP; in useNEONForSinglePrecisionFP()
DARMSubtarget.cpp254 UseNEONForSinglePrecisionFP = true; in initSubtargetFeatures()
DARM.td285 "UseNEONForSinglePrecisionFP",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc19448 if (Bits[ARM::FeatureNEONForFP]) UseNEONForSinglePrecisionFP = true;