Home
last modified time | relevance | path

Searched refs:PCKEV (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h232 PCKEV, // Pack even elements enumerator
H A DMipsScheduleP5600.td442 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
H A DMipsSEISelLowering.cpp2101 return DAG.getNode(MipsISD::PCKEV, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
2874 return DAG.getNode(MipsISD::PCKEV, SDLoc(Op), ResTy, Ws, Wt); in lowerVECTOR_SHUFFLE_PCKEV()
H A DMipsScheduleGeneric.td1563 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
H A DMipsISelLowering.cpp291 case MipsISD::PCKEV: return "MipsISD::PCKEV"; in getTargetNodeName()
H A DMipsMSAInstrInfo.td45 def MipsPCKEV : SDNode<"MipsISD::PCKEV", SDT_ILV>;