Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp194 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
199 if (!hasMips32r5() && hasVirt() && !VirtWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h269 bool hasMips32r5() const { in hasMips32r5() function
H A DMipsInstrInfo.td181 def HasMips32r5 : Predicate<"Subtarget->hasMips32r5()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h100 else if (P.hasMips32r5()) in setISALevelAndRevisionFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp657 bool hasMips32r5() const { in hasMips32r5() function in __anona2e40b320211::MipsAsmParser