Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h229 bool hasARMOps() const { return !NoARM; } in hasARMOps() function
DARMTargetMachine.cpp88 if (!Subtarget.hasARMOps()) in ARMTargetMachine()