Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h144 else if (P.hasCnMips()) in setISAExtensionFromPredicates()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h278 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
DMipsISelLowering.cpp413 if (Subtarget.hasCnMips()) { in MipsTargetLowering()
822 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1109 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasCnMips()) in performSHLCombine()
DMipsInstrInfo.td210 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
212 def NotCnMips : Predicate<"!Subtarget->hasCnMips()">,
DMipsSEISelLowering.cpp188 if (Subtarget.hasCnMips()) in MipsSETargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp64 bool hasCnMips() const { return STI.getFeatureBits()[Mips::FeatureCnMips]; } in hasCnMips() function in __anon61ba24ea0111::MipsDisassembler
1352 if (hasCnMips()) { in getInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp689 bool hasCnMips() const { in hasCnMips() function in __anon64c2544a0211::MipsAsmParser
1892 assert(hasCnMips() && "instruction only valid for octeon cpus"); in processInstruction()
2002 if (hasCnMips()) { in processInstruction()