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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 121 bool hasMips32() const { return MipsArchVersion >= Mips32; }
MipsISelDAGToDAG.cpp 466 if (Subtarget.hasMips32() && NodeTy == MVT::i32)
MipsISelLowering.cpp 478 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 &&
491 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 &&
    [all...]

Completed in 608 milliseconds