Home
last modified time | relevance | path

Searched refs:NoARM (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h84 bool NoARM; variable
198 bool hasARMOps() const { return !NoARM; } in hasARMOps()
DARMSubtarget.cpp59 , NoARM(false) in ARMSubtarget()
DARM.td43 def FeatureNoARM : SubtargetFeature<"noarm", "NoARM", "true",
/external/llvm/lib/Target/ARM/
DARMSubtarget.h139 bool NoARM = false; variable
422 bool hasARMOps() const { return !NoARM; } in hasARMOps()
DARMSubtarget.cpp154 NoARM = true; in initSubtargetFeatures()
DARM.td54 def FeatureNoARM : SubtargetFeature<"noarm", "NoARM", "true",