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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h183 ILVR, // Interleave right elements enumerator in enum:llvm::MipsISD::NodeType
H A DMipsSEISelLowering.cpp1912 return DAG.getNode(MipsISD::ILVR, DL, Op->getValueType(0),
2552 // Lower VECTOR_SHUFFLE into ILVR (if possible).
2554 // ILVR interleaves consecutive elements from the right half of each vector.
2556 // It is possible to lower into ILVR when the mask takes the form:
2579 return DAG.getNode(MipsISD::ILVR, SDLoc(Op), ResTy, Op->getOperand(0),
H A DMipsISelLowering.cpp196 case MipsISD::ILVR: return "MipsISD::ILVR";

Completed in 112 milliseconds