Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h218 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
DMipsSEISelLowering.cpp119 if (Subtarget.hasCnMips()) in MipsSETargetLowering()
DMipsInstrInfo.td202 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
DMipsISelLowering.cpp335 if (Subtarget.hasCnMips()) { in MipsTargetLowering()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h145 if (P.hasCnMips()) in setISAExtensionFromPredicates()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp54 bool hasCnMips() const { return STI.getFeatureBits()[Mips::FeatureCnMips]; } in hasCnMips() function in __anon41367f130111::MipsDisassembler
1093 if (hasCnMips()) { in getInstruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp525 bool hasCnMips() const { in hasCnMips() function in __anon62f483b30211::MipsAsmParser
1528 assert(hasCnMips() && "instruction only valid for octeon cpus"); in processInstruction()
1599 if (hasCnMips()) { in processInstruction()