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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2946     VT = ConcatOps[0].getValueType();
 2948       return ConcatOps[0];
 2951   SDLoc dl(ConcatOps[0]);
 2958   while (ConcatOps[ConcatEnd-1].getValueType() != MaxVT) {
 2960     VT = ConcatOps[Idx--].getValueType();
 2961     while (Idx >= 0 && ConcatOps[Idx].getValueType() == VT)
 2977             ISD::INSERT_VECTOR_ELT, dl, NextVT, VecOp, ConcatOps[OpIdx],
 2980       ConcatOps[Idx+1] = VecOp;
 2991         SubConcatOps[SubConcatEnd++] = ConcatOps[++Idx];
 2994       ConcatOps[SubConcatIdx] = DAG.getNode(ISD::CONCAT_VECTORS, dl,
 3002     VT = ConcatOps[0].getValueType();
 3004       return ConcatOps[0];
 3012       ConcatOps[j] = UndefVal;
 3015                      makeArrayRef(ConcatOps.data(), NumOps));