Home
last modified time | relevance | path

Searched refs:hasCnMips (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h144 else if (P.hasCnMips()) in setISAExtensionFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h283 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
H A DMipsISelLowering.cpp428 if (Subtarget.hasCnMips()) { in MipsTargetLowering()
834 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1124 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasCnMips()) in performSHLCombine()
H A DMipsInstrInfo.td211 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
213 def NotCnMips : Predicate<"!Subtarget->hasCnMips()">,
H A DMipsSEISelLowering.cpp180 if (Subtarget.hasCnMips()) in MipsSETargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp64 bool hasCnMips() const { return STI.hasFeature(Mips::FeatureCnMips); } in hasCnMips() function in __anon9e9369d20111::MipsDisassembler
1294 if (hasCnMips()) { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp689 bool hasCnMips() const { in hasCnMips() function in __anona2e40b320211::MipsAsmParser
1892 assert(hasCnMips() && "instruction only valid for octeon cpus"); in processInstruction()
2002 if (hasCnMips()) { in processInstruction()