HomeSort by relevance Sort by last modified time
    Searched refs:hasARMOps (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 198 bool hasARMOps() const { return !NoARM; }
ARMTargetMachine.cpp 66 if (!Subtarget.hasARMOps())
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 422 bool hasARMOps() const { return !NoARM; }
ARMTargetMachine.cpp 274 if (!Subtarget.hasARMOps())
ARMAsmPrinter.cpp 676 STI.hasARMOps() ? ARMBuildAttrs::Allowed
    [all...]
ARMISelLowering.cpp 173 Subtarget->hasARMOps() && !Subtarget->useSoftFloat()) {
    [all...]

Completed in 63 milliseconds