Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h176 bool hasMips32() const { in hasMips32() function
DMipsFastISel.cpp184 ((Subtarget->hasMips32r2() || Subtarget->hasMips32()) && in MipsFastISel()
DMipsSEISelLowering.cpp534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine()
789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
DMipsISelLowering.cpp386 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering()
3806 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
DMipsInstrInfo.td165 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h156 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp43 bool hasMips32() const { return STI.getFeatureBits() & Mips::FeatureMips32; } in hasMips32() function in __anon528cdaf40111::MipsDisassembler
52 return !hasMips32() && !hasMips3(); in hasCOP3()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp372 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()
394 bool hasMips32() const { in hasMips32() function in __anond0efcad40211::MipsAsmParser