Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp116 if (isFP64bit() && !hasMips64() && hasMips32() && !hasMips32r2()) in MipsSubtarget()
141 if (inAbs2008Mode() && hasMips32() && !hasMips32r2()) { in MipsSubtarget()
176 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget()
186 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget()
H A DMipsSubtarget.h255 bool hasMips32() const { in hasMips32() function
H A DMipsISelLowering.cpp464 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering()
527 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel()
1051 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performSUBCombine()
1066 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDCombine()
1176 return Subtarget.hasMips32(); in isCheapToSpeculateCttz()
1180 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz()
2644 if (!(Subtarget.hasMips4() || Subtarget.hasMips32())) { in lowerShiftRightParts()
4597 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
4674 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoD_SELECT()
H A DMipsBranchExpansion.cpp795 if (STI->hasMips32() || STI->hasMips4()) in handleFPUDelaySlot()
H A DMipsInstrInfo.td176 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h96 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp52 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anon1a178b7f0111::MipsDisassembler
70 return !hasMips32() && !hasMips3(); in hasCOP3()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp580 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()
639 bool hasMips32() const { in hasMips32() function in __anon41cfaf1f0211::MipsAsmParser
4931 if (hasMips32()) { in expandRotation()
4990 if (hasMips32()) { in expandRotationImm()
5841 if (Inst.getOperand(0).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate()
5848 if (Inst.getOperand(2).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate()