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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h177 VSHF, // Generic shuffle enumerator in enum:llvm::MipsISD::NodeType
H A DMipsSEISelLowering.cpp2085 // Instead we lower to MipsISD::VSHF and match from there.
2086 return DAG.getNode(MipsISD::VSHF, DL, Op->getValueType(0),
2093 return DAG.getNode(MipsISD::VSHF, DL, Op->getValueType(0),
2136 return DAG.getNode(MipsISD::VSHF, DL, Op->getValueType(0),
2634 // Lower VECTOR_SHUFFLE into VSHF.
2637 // BUILD_VECTOR and adding it as an operand to the resulting VSHF. There is
2683 // VSHF concatenates the vectors in a bitwise fashion:
2688 return DAG.getNode(MipsISD::VSHF, DL, ResTy, MaskVec, Op1, Op0);
H A DMipsISelLowering.cpp198 case MipsISD::VSHF: return "MipsISD::VSHF";

Completed in 438 milliseconds