HomeSort by: relevance | last modified time | path
    Searched defs:hasV6Ops (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 2609 // !hasV6Ops hasV6Ops !hasV6Ops hasV6Ops
2680 bool hasV6Ops = Subtarget->hasV6Ops();
2684 bool isSingleInstr = isSingleInstrTbl[Bitness][isThumb2][hasV6Ops][isZExt];
ARMSubtarget.h 155 /// HasV6Ops, HasV6MOps, HasV6KOps, HasV6T2Ops, HasV7Ops, HasV8Ops -
160 bool HasV6Ops = false;
608 bool hasV6Ops() const { return HasV6Ops; }
675 return HasDataBarrier || (hasV6Ops() && !isThumb());
820 return isTargetMachO() ? (ReserveR9 || !HasV6Ops) : ReserveR9;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 529 bool hasV6Ops() const {
530 return getSTI().getFeatureBits()[ARM::HasV6Ops];
10726 else if (Opc == ARM::tMOVr && !hasV6Ops() &&

Completed in 81 milliseconds