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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 156 } else if (P.hasMips32()) {
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 176 bool hasMips32() const {
MipsFastISel.cpp 184 ((Subtarget->hasMips32r2() || Subtarget->hasMips32()) &&
    [all...]
MipsSEISelLowering.cpp 534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() &&
789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 &&
    [all...]
MipsISelLowering.cpp 386 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode())
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 43 bool hasMips32() const { return STI.getFeatureBits() & Mips::FeatureMips32; }
52 return !hasMips32() && !hasMips3();
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 372 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
394 bool hasMips32() const {
    [all...]

Completed in 252 milliseconds