Searched refs:ILVOD (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h180 ILVOD, // Interleave odd elements enumerator in enum:llvm::MipsISD::NodeType
H A DMipsSEISelLowering.cpp1905 return DAG.getNode(MipsISD::ILVOD, DL, Op->getValueType(0),
2491 // Lower VECTOR_SHUFFLE into ILVOD (if possible).
2493 // ILVOD interleaves the odd elements from each vector.
2495 // It is possible to lower into ILVOD when the mask takes the form:
2517 return DAG.getNode(MipsISD::ILVOD, SDLoc(Op), ResTy, Op->getOperand(0),
H A DMipsISelLowering.cpp201 case MipsISD::ILVOD: return "MipsISD::ILVOD";

Completed in 753 milliseconds