Searched refs:hasARMOps (Results 1 – 5 of 5) sorted by relevance
137 return hasV6Ops() && hasARMOps() && !isTargetWindows(); in isXRaySupported()
265 bool hasARMOps() const { return !NoARM; } in hasARMOps() function
316 if (!I->isThumb() && !I->hasARMOps()) in getSubtargetImpl()
2604 return ST->hasARMOps(); in hasArmWideBranch()
517 Subtarget->hasARMOps() && !Subtarget->useSoftFloat()) { in ARMTargetLowering()