Searched refs:PCKOD (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 233 PCKOD, // Pack odd elements enumerator
|
H A D | MipsScheduleP5600.td | 442 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
|
H A D | MipsSEISelLowering.cpp | 2107 return DAG.getNode(MipsISD::PCKOD, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN() 2917 return DAG.getNode(MipsISD::PCKOD, SDLoc(Op), ResTy, Ws, Wt); in lowerVECTOR_SHUFFLE_PCKOD()
|
H A D | MipsScheduleGeneric.td | 1563 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(PCKEV|PCKOD)_[BHWD]$")>;
|
H A D | MipsISelLowering.cpp | 292 case MipsISD::PCKOD: return "MipsISD::PCKOD"; in getTargetNodeName()
|
H A D | MipsMSAInstrInfo.td | 46 def MipsPCKOD : SDNode<"MipsISD::PCKOD", SDT_ILV>;
|