Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h169 if (P.hasGINV()) in setASESetFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp209 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h330 bool hasGINV() const { return HasGINV; } in hasGINV() function
H A DMipsInstrInfo.td257 def HasGINV : Predicate<"Subtarget->hasGINV()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp724 bool hasGINV() const { in hasGINV() function in __anona2e40b320211::MipsAsmParser