Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h209 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
DMipsInstrInfo.td187 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
DMipsSEISelLowering.cpp121 if (Subtarget->hasCnMips()) in MipsSETargetLowering()
DMipsISelLowering.cpp302 if (Subtarget->hasCnMips()) { in MipsTargetLowering()