Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h229 ILVEV, // Interleave even elements enumerator
HDMipsScheduleP5600.td412 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(ILVEV|ILVOD)_[BHWD]$")>;
HDMipsSEISelLowering.cpp1939 return DAG.getNode(MipsISD::ILVEV, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
2695 return DAG.getNode(MipsISD::ILVEV, SDLoc(Op), ResTy, Ws, Wt); in lowerVECTOR_SHUFFLE_ILVEV()
HDMipsScheduleGeneric.td1531 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(ILVEV|ILVOD)_[BHWD]$")>;
HDMipsISelLowering.cpp288 case MipsISD::ILVEV: return "MipsISD::ILVEV"; in getTargetNodeName()
HDMipsMSAInstrInfo.td41 def MipsILVEV : SDNode<"MipsISD::ILVEV", SDT_ILV>;