Lines Matching defs:tLhs
483 Value tLhs = t(lhs);
485 return outerProd(tLhs, rhs, res, lhsType, *reductionSize, tMask);
491 Value tLhs = t(lhs);
494 return outerProd(tLhs, tRhs, res, lhsType, *reductionSize, tMask);
516 Value tLhs = t(lhs);
518 return outerProd(rhs, tLhs, res, lhsType, *reductionSize, tMask);
525 Value tLhs = t(lhs);
527 return outerProd(tRhs, tLhs, res, lhsType, *reductionSize, tMask);
560 Value tLhs = t(lhs);
562 return outerProd(tLhs, rhs, res, lhsType, *reductionSize, tMask);