Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsABIFlagsSection.h142 if (P.hasCnMipsP()) in setISAExtensionFromPredicates()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.h276 bool hasCnMipsP() const { return HasCnMipsP; } in hasCnMipsP() function
HDMipsInstrInfo.td214 def HasCnMipsP : Predicate<"Subtarget->hasCnMipsP()">,
216 def NotCnMipsP : Predicate<"!Subtarget->hasCnMipsP()">,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
HDMipsDisassembler.cpp66 bool hasCnMipsP() const { return STI.getFeatureBits()[Mips::FeatureCnMipsP]; } in hasCnMipsP() function in __anond2d06e890111::MipsDisassembler
1360 if (hasCnMipsP()) { in getInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp677 bool hasCnMipsP() const { in hasCnMipsP() function in __anon840592a90211::MipsAsmParser