Home
last modified time | relevance | path

Searched refs:hasARMOps (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp141 return hasV6Ops() && hasARMOps() && !isTargetWindows(); in isXRaySupported()
DARMSubtarget.h550 bool hasARMOps() const { return !NoARM; } in hasARMOps() function
DARMTargetMachine.cpp281 if (!I->isThumb() && !I->hasARMOps()) in getSubtargetImpl()
DARMISelLowering.cpp244 Subtarget->hasARMOps() && !Subtarget->useSoftFloat()) { in ARMTargetLowering()
/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()