Lines Matching full:lowered
306 /// 2.1. Get column vectors for each argument. If we already lowered the
314 /// 2.3. Update uses of the lowered instruction. If we have shape information
318 /// 2.4. Cache the result column matrix for the instruction we lowered
319 /// 3. After we lowered all instructions in a function, remove the now
494 /// shape information indicates that those instructions should be lowered
501 /// users of a lowered instruction, if shape information is available and
547 /// Return the set of vectors that a matrix value is lowered to.
549 /// If we lowered \p MatrixVal, just return the cache result matrix. Otherwise
560 // Check if we lowered MatrixVal using shape information. In that case, in getMatrix()
620 /// instructions must match the instructions that can be lowered by this pass.
1309 /// cached value when they are lowered. For other users, \p Matrix is
1861 /// Call finalizeLowering on lowered instructions. Instructions that are
1924 // since the single store user will be lowered as part of this. in LowerMatrixMultiplyFused()
2449 // mapping. Leaves are lowered matrix instructions without other matrix
2581 OptimizationRemark Rem(DEBUG_TYPE, "matrix-lowered", Loc, in emitRemarks()
2584 Rem << "Lowered with "; in emitRemarks()