Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.h228 ILVOD, // Interleave odd elements enumerator
DMipsScheduleP5600.td413 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(ILVEV|ILVOD)_[BHWD]$")>;
DMipsSEISelLowering.cpp1950 return DAG.getNode(MipsISD::ILVOD, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
2740 return DAG.getNode(MipsISD::ILVOD, SDLoc(Op), ResTy, Wt, Ws); in lowerVECTOR_SHUFFLE_ILVOD()
DMipsScheduleGeneric.td1534 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(ILVEV|ILVOD)_[BHWD]$")>;
DMipsISelLowering.cpp288 case MipsISD::ILVOD: return "MipsISD::ILVOD"; in getTargetNodeName()
DMipsMSAInstrInfo.td42 def MipsILVOD : SDNode<"MipsISD::ILVOD", SDT_ILV>;