Searched defs:hasCnMipsP (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsSubtarget.h | 284 bool hasCnMipsP() const { return HasCnMipsP; } in hasCnMipsP() function |
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ | ||
H A D | MipsDisassembler.cpp | 66 bool hasCnMipsP() const { return STI.hasFeature(Mips::FeatureCnMipsP); } in hasCnMipsP() function in __anon9e9369d20111::MipsDisassembler |
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ | ||
H A D | MipsAsmParser.cpp | 693 bool hasCnMipsP() const { in hasCnMipsP() function in __anona2e40b320211::MipsAsmParser |