Home
last modified time | relevance | path

Searched refs:hasMips4 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h112 else if (P.hasMips4()) in setISALevelAndRevisionFromPredicates()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.h251 bool hasMips4() const { return MipsArchVersion >= Mips4; } in hasMips4() function
H A DMipsBranchExpansion.cpp795 if (STI->hasMips32() || STI->hasMips4()) in handleFPUDelaySlot()
H A DMipsISelLowering.cpp2644 if (!(Subtarget.hasMips4() || Subtarget.hasMips32())) { in lowerShiftRightParts()
4591 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
4668 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoD_SELECT()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp575 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()
626 bool hasMips4() const { in hasMips4() function in __anon03c4d4620211::MipsAsmParser