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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 85 /// IsMClass - True if the subtarget belongs to the 'M' profile of CPUs -
87 bool IsMClass;
299 bool isMClass() const { return IsMClass; }
300 bool isARClass() const { return !IsMClass; }
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 175 bool isMClass() const {
    [all...]

Completed in 1001 milliseconds