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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 213 bool prefers32BitThumb() const { return Pref32BitThumb; }
ARMTargetMachine.cpp 147 if (Subtarget.isThumb2() && !Subtarget.prefers32BitThumb())
ARMConstantIslandPass.cpp 360 if (isThumb2 && !STI->prefers32BitThumb())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 469 bool prefers32BitThumb() const { return Pref32BitThumb; }
Thumb2SizeReduction.cpp     [all...]
ARMConstantIslandPass.cpp 495 if (isThumb2 && !STI->prefers32BitThumb())
    [all...]

Completed in 622 milliseconds