Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h198 bool hasARMOps() const { return !NoARM; } in hasARMOps() function
DARMTargetMachine.cpp66 if (!Subtarget.hasARMOps()) in ARMTargetMachine()
/external/llvm/lib/Target/ARM/
DARMSubtarget.h422 bool hasARMOps() const { return !NoARM; } in hasARMOps() function
DARMTargetMachine.cpp274 if (!Subtarget.hasARMOps()) in ARMTargetMachine()
DARMAsmPrinter.cpp676 STI.hasARMOps() ? ARMBuildAttrs::Allowed in emitAttributes()
DARMISelLowering.cpp173 Subtarget->hasARMOps() && !Subtarget->useSoftFloat()) { in ARMTargetLowering()