Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h39 enum ARM32InstructionSet { enum
47 bool hasFeature(ARM32InstructionSet I) const { return I <= InstructionSet; } in hasFeature()
50 ARM32InstructionSet InstructionSet = ARM32InstructionSet::Begin;
172 bool hasCPUFeature(TargetARM32Features::ARM32InstructionSet I) const { in hasCPUFeature()
DIceTargetLoweringARM32.cpp233 (ARM32InstructionSet::End - ARM32InstructionSet::Begin) == in TargetARM32Features()
239 InstructionSet = static_cast<ARM32InstructionSet>( in TargetARM32Features()
242 ARM32InstructionSet::Begin); in TargetARM32Features()