reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
 7095   BuildVectorSDNode *BVN = cast<BuildVectorSDNode>(Op.getNode());
 7096   SDLoc dl(Op);
 7097   EVT VT = Op.getValueType();
 7100     return LowerBUILD_VECTOR_i1(Op, DAG, ST);
 7163     SDValue V = Op.getOperand(i);
 7230           if (Op.getOperand(I) == Value)
 7234           Ops.push_back(Op.getOperand(I));
 7248                                   Op.getOperand(i)));
 7270     SDValue shuffle = ReconstructShuffle(Op, DAG);
 7278     SmallVector<SDValue, 64> Ops(Op->op_begin(), Op->op_begin() + NumElts);
 7278     SmallVector<SDValue, 64> Ops(Op->op_begin(), Op->op_begin() + NumElts);
 7303       Ops.push_back(DAG.getNode(ISD::BITCAST, dl, EltVT, Op.getOperand(i)));
 7317       SDValue V = Op.getOperand(i);