Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h172 bool hasCPUFeature(TargetARM32Features::ARM32InstructionSet I) const { in hasCPUFeature() function
DIceTargetLoweringARM32.cpp510 const bool HasHWDiv = hasCPUFeature(TargetARM32Features::HWDivArm); in genTargetHelperCallFor()
2329 if (hasCPUFeature(TargetARM32Features::HWDivArm)) { in lowerIDivRem()