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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 76 /// IsMClass - True if the subtarget belongs to the 'M' profile of CPUs -
78 bool IsMClass;
233 bool isMClass() const { return IsMClass; }
234 bool isARClass() const { return !IsMClass; }
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 124 bool isMClass() const {
    [all...]

Completed in 1583 milliseconds