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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 1660       std::tie(MaskLo, MaskHi) = DAG.SplitVector(Mask, dl);
 1672     std::tie(PassThruLo, PassThruHi) = DAG.SplitVector(PassThru, dl);
 1678     std::tie(IndexLo, IndexHi) = DAG.SplitVector(Index, dl);
 1686   Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, dl, OpsLo,
 1690   Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl, OpsHi,
 1695   Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),