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

References

lib/Target/X86/X86ISelLowering.cpp
 7744   if (ISD::isNON_EXTLoad(Elt.getNode())) {
 7745     auto *BaseLd = cast<LoadSDNode>(Elt);
 7753   switch (Elt.getOpcode()) {
 7757     return findEltLoadSrc(Elt.getOperand(0), Ld, ByteOffset);
 7759     if (isa<ConstantSDNode>(Elt.getOperand(1))) {
 7760       uint64_t Idx = Elt.getConstantOperandVal(1);
 7761       if ((Idx % 8) == 0 && findEltLoadSrc(Elt.getOperand(0), Ld, ByteOffset)) {
 7768     if (isa<ConstantSDNode>(Elt.getOperand(1))) {
 7769       SDValue Src = Elt.getOperand(0);
 7771       unsigned DstSizeInBits = Elt.getScalarValueSizeInBits();
 7774         uint64_t Idx = Elt.getConstantOperandVal(1);