Searched refs:PCKEV (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 232 PCKEV, // Pack even elements enumerator
|
H A D | MipsScheduleP5600.td | 442 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
|
H A D | MipsSEISelLowering.cpp | 2101 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 D | MipsScheduleGeneric.td | 1563 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
|
H A D | MipsISelLowering.cpp | 291 case MipsISD::PCKEV: return "MipsISD::PCKEV"; in getTargetNodeName()
|
H A D | MipsMSAInstrInfo.td | 45 def MipsPCKEV : SDNode<"MipsISD::PCKEV", SDT_ILV>;
|