Home
last modified time | relevance | path

Searched refs:hasMips32 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h152 bool hasMips32() const { return MipsArchVersion >= Mips32; } in hasMips32() function
DMipsSEISelLowering.cpp318 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 && in performADDECombine()
331 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
DMipsInstrInfo.td160 def HasMips32 : Predicate<"Subtarget.hasMips32()">,