HomeSort by relevance Sort by last modified time
    Searched defs:hasV6Ops (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 39 /// HasV4TOps, HasV5TOps, HasV5TEOps, HasV6Ops, HasV6T2Ops, HasV7Ops -
44 bool HasV6Ops;
191 bool hasV6Ops() const { return HasV6Ops; }
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMSubtarget.h 85 /// HasV6Ops, HasV6MOps, HasV6KOps, HasV6T2Ops, HasV7Ops, HasV8Ops -
90 bool HasV6Ops = false;
396 bool hasV6Ops() const { return HasV6Ops; }
444 return HasDataBarrier || (hasV6Ops() && !isThumb());
557 return isTargetMachO() ? (ReserveR9 || !HasV6Ops) : ReserveR9;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMSubtarget.h 141 /// HasV6Ops, HasV6MOps, HasV6KOps, HasV6T2Ops, HasV7Ops, HasV8Ops -
146 bool HasV6Ops = false;
522 bool hasV6Ops() const { return HasV6Ops; }
577 return HasDataBarrier || (hasV6Ops() && !isThumb());
704 return isTargetMachO() ? (ReserveR9 || !HasV6Ops) : ReserveR9;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 114 bool hasV6Ops() const {
115 return STI.getFeatureBits() & ARM::HasV6Ops;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 263 bool hasV6Ops() const {
264 return getSTI().getFeatureBits()[ARM::HasV6Ops];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 453 bool hasV6Ops() const {
454 return getSTI().getFeatureBits()[ARM::HasV6Ops];
    [all...]

Completed in 675 milliseconds