Home
last modified time | relevance | path

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

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