Home
last modified time | relevance | path

Searched refs:FPUNames (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DTargetParser.cpp41 } FPUNames[] = { variable
159 return FPUNames[FPUKind].getName(); in getFPUName()
165 return FPUNames[FPUKind].FPUVersion; in getFPUVersion()
171 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
177 return FPUNames[FPUKind].Restriction; in getFPURestriction()
248 switch (FPUNames[FPUKind].Restriction) { in getFPUFeatures()
267 switch (FPUNames[FPUKind].FPUVersion) { in getFPUFeatures()
304 switch (FPUNames[FPUKind].NeonSupport) { in getFPUFeatures()
650 for (const auto F : FPUNames) { in parseFPU()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTargetParser.cpp41 } FPUNames[] = { variable
159 return FPUNames[FPUKind].getName(); in getFPUName()
165 return FPUNames[FPUKind].FPUVersion; in getFPUVersion()
171 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
177 return FPUNames[FPUKind].Restriction; in getFPURestriction()
248 switch (FPUNames[FPUKind].Restriction) { in getFPUFeatures()
267 switch (FPUNames[FPUKind].FPUVersion) { in getFPUFeatures()
304 switch (FPUNames[FPUKind].NeonSupport) { in getFPUFeatures()
651 for (const auto F : FPUNames) { in parseFPU()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetParser.cpp40 } FPUNames[] = { variable
158 return FPUNames[FPUKind].getName(); in getFPUName()
164 return FPUNames[FPUKind].FPUVersion; in getFPUVersion()
170 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
176 return FPUNames[FPUKind].Restriction; in getFPURestriction()
258 switch (FPUNames[FPUKind].Restriction) { in getFPUFeatures()
277 switch (FPUNames[FPUKind].FPUVersion) { in getFPUFeatures()
314 switch (FPUNames[FPUKind].NeonSupport) { in getFPUFeatures()
672 for (const auto F : FPUNames) { in parseFPU()