Lines Matching defs:LaneMask

217                         LaneBitmask LaneMask) const;
237 void verifyLiveRange(const LiveRange&, unsigned, LaneBitmask LaneMask = 0);
443 LaneBitmask LaneMask) const {
445 if (LaneMask != 0)
446 errs() << "- lanemask: " << PrintLaneMask(LaneMask) << '\n';
1428 LaneBitmask LaneMask) {
1436 report_context(LR, Reg, LaneMask);
1443 report_context(LR, Reg, LaneMask);
1451 report_context(LR, Reg, LaneMask);
1459 report_context(LR, Reg, LaneMask);
1469 report_context(LR, Reg, LaneMask);
1488 if (LaneMask != 0 &&
1489 (TRI->getSubRegIndexLaneMask(MOI->getSubReg()) & LaneMask) == 0)
1498 report_context(LR, Reg, LaneMask);
1507 report_context(LR, Reg, LaneMask);
1512 report_context(LR, Reg, LaneMask);
1520 unsigned Reg, LaneBitmask LaneMask)
1528 report_context(LR, Reg, LaneMask);
1535 report_context(LR, Reg, LaneMask);
1542 report_context(LR, Reg, LaneMask);
1549 report_context(LR, Reg, LaneMask);
1557 report_context(LR, Reg, LaneMask);
1576 report_context(LR, Reg, LaneMask);
1584 report_context(LR, Reg, LaneMask);
1593 report_context(LR, Reg, LaneMask);
1604 report_context(LR, Reg, LaneMask);
1619 if (LaneMask != 0 &&
1620 (LaneMask & TRI->getSubRegIndexLaneMask(MOI->getSubReg())) == 0)
1631 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask != 0 ||
1635 report_context(LR, Reg, LaneMask);
1676 report_context(LR, Reg, LaneMask);
1687 report_context(LR, Reg, LaneMask);
1701 LaneBitmask LaneMask) {
1703 verifyLiveRangeValue(LR, VNI, Reg, LaneMask);
1706 verifyLiveRangeSegment(LR, I, Reg, LaneMask);
1717 if ((Mask & SR.LaneMask) != 0) {
1721 if ((SR.LaneMask & ~MaxMask) != 0) {
1727 report_context(SR, LI.reg, SR.LaneMask);
1729 Mask |= SR.LaneMask;
1730 verifyLiveRange(SR, LI.reg, SR.LaneMask);