Home
last modified time | relevance | path

Searched refs:NeonSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp214 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()
264 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
479 CandidateFPU.NeonSupport == InputFPU.NeonSupport && in findDoublePrecisionFPU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h168 NeonSupportLevel NeonSupport; member