Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Elem

262   // and index, where the index is element Elem of a vector.
265 bool selectBDVAddr12Only(SDValue Addr, SDValue Elem, SDValue &Base,
664 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem,
679 Index.getOperand(1) == Elem) {
1053 unsigned Elem = ElemN->getZExtValue();
1055 if (Elem >= VT.getVectorNumElements())
1073 CurDAG->getTargetConstant(Elem, DL, MVT::i32), Load->getChain()
1095 unsigned Elem = ElemN->getZExtValue();
1096 if (Elem >= VT.getVectorNumElements())
1106 Vec, Base, Disp, Index, CurDAG->getTargetConstant(Elem, DL, MVT::i32),