Lines Matching defs:tMask
484 Value tMask = t(mask, {2, 0, 1});
485 return outerProd(tLhs, rhs, res, lhsType, *reductionSize, tMask);
493 Value tMask = t(mask, {2, 0, 1});
494 return outerProd(tLhs, tRhs, res, lhsType, *reductionSize, tMask);
500 Value tMask = t(mask, {2, 0, 1});
501 return outerProd(lhs, rhs, res, lhsType, *reductionSize, tMask);
508 Value tMask = t(mask, {2, 0, 1});
509 return outerProd(lhs, tRhs, res, lhsType, *reductionSize, tMask);
517 Value tMask = t(mask, {2, 0, 1});
518 return outerProd(rhs, tLhs, res, lhsType, *reductionSize, tMask);
526 Value tMask = t(mask, {2, 0, 1});
527 return outerProd(tRhs, tLhs, res, lhsType, *reductionSize, tMask);
532 Value tMask = t(mask, {2, 0, 1});
533 return outerProd(rhs, lhs, res, lhsType, *reductionSize, tMask);
539 Value tMask = t(mask, {2, 0, 1});
540 return outerProd(tRhs, lhs, res, lhsType, *reductionSize, tMask);
561 Value tMask = t(mask);
562 return outerProd(tLhs, rhs, res, lhsType, *reductionSize, tMask);
568 Value tMask = t(mask);
569 return outerProd(lhs, rhs, res, lhsType, *reductionSize, tMask);
576 Value tMask = t(mask);
577 return outerProd(tRhs, lhs, res, lhsType, *reductionSize, tMask);
583 Value tMask = t(mask);
584 return outerProd(rhs, lhs, res, lhsType, *reductionSize, tMask);