Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h163 if (P.hasMT()) in setASESetFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h327 bool hasMT() const { return HasMT; } in hasMT() function
H A DMipsScheduleGeneric.td511 // MIPS MT ASE - hasMT
H A DMipsInstrInfo.td247 def HasMT : Predicate<"Subtarget->hasMT()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp712 bool hasMT() const { in hasMT() function in __anona2e40b320211::MipsAsmParser