Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h99 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h190 bool hasMips32() const { in hasMips32() function
DMipsISelLowering.cpp407 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering()
838 return Subtarget.hasMips32(); in isCheapToSpeculateCttz()
842 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz()
3884 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
DMipsFastISel.cpp195 bool ISASupported = !Subtarget->hasMips32r6() && Subtarget->hasMips32(); in MipsFastISel()
DMipsSEISelLowering.cpp534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine()
789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
DMipsInstrInfo.td168 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp43 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anonac374e550111::MipsDisassembler
54 return !hasMips32() && !hasMips3(); in hasCOP3()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp445 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()
483 bool hasMips32() const { in hasMips32() function in __anon5de389750211::MipsAsmParser
3271 if (hasMips32()) { in expandRotation()
3331 if (hasMips32()) { in expandRotationImm()