Lines Matching defs:LD1
9270 /// t28: i8,ch = load<LD1[%tmp9]> t0, t27, undef:i64
15699 auto *LD1 = dyn_cast<LoadSDNode>(getBuildPairElt(N, 0));
15706 std::swap(LD1, LD2);
15708 if (!LD1 || !LD2 || !ISD::isNON_EXTLoad(LD1) || !ISD::isNON_EXTLoad(LD2) ||
15709 !LD1->hasOneUse() || !LD2->hasOneUse() ||
15710 LD1->getAddressSpace() != LD2->getAddressSpace())
15714 EVT LD1VT = LD1->getValueType(0);
15717 DAG.areNonVolatileConsecutiveLoads(LD2, LD1, LD1Bytes, 1) &&
15719 *LD1->getMemOperand(), &LD1Fast) && LD1Fast)
15720 return DAG.getLoad(VT, SDLoc(N), LD1->getChain(), LD1->getBasePtr(),
15721 LD1->getPointerInfo(), LD1->getAlign());