HomeSort by relevance Sort by last modified time
    Searched refs:hasCnMips (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 88 bool HasCnMips;
216 bool hasCnMips() const { return HasCnMips; }
MipsISelLowering.cpp 335 if (Subtarget.hasCnMips()) {
    [all...]
MipsSEISelLowering.cpp 119 if (Subtarget.hasCnMips())
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 50 bool hasCnMips() const { return STI.getFeatureBits()[Mips::FeatureCnMips]; }
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 526 bool hasCnMips() const {
    [all...]

Completed in 648 milliseconds