Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.h210 SETCC_DSP, enumerator
DMipsSEISelLowering.cpp970 return DAG.getNode(MipsISD::SETCC_DSP, SDLoc(N), Ty, N->getOperand(0), in performSETCCCombine()
980 if (SetCC.getOpcode() != MipsISD::SETCC_DSP) in performVSELECTCombine()
DMipsDSPInstrInfo.td90 def MipsSETCC_DSP : MipsDSPBase<"SETCC_DSP", SDTSetCC>;
DMipsISelLowering.cpp260 case MipsISD::SETCC_DSP: return "MipsISD::SETCC_DSP"; in getTargetNodeName()