Searched defs:hasCnMipsP (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ | ||
| D | MipsSubtarget.h | 282 bool hasCnMipsP() const { return HasCnMipsP; } in hasCnMipsP() function |
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/ | ||
| D | MipsDisassembler.cpp | 66 bool hasCnMipsP() const { return STI.getFeatureBits()[Mips::FeatureCnMipsP]; } in hasCnMipsP() function in __anon9e4598ce0111::MipsDisassembler |
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ | ||
| D | MipsAsmParser.cpp | 699 bool hasCnMipsP() const { in hasCnMipsP() function in __anon114dad2e0211::MipsAsmParser |