HomeSort by: relevance | last modified time | path
    Searched defs:lmul (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 52 /* Dynamic LMUL philosophy - Local linear-scan SSA live range based analysis
53 determine LMUL
63 - Determine LMUL in VECTOR COST model according to the program point
68 - BIGGEST_MODE is the biggest LMUL auto-vectorization element mode.
71 The biggest mode is DImode and LMUL = 8, LMUL = 4 for SImode.
82 analysis which may end up with smaller LMUL.
317 the LMUL/vectorization factor of the loop.
443 /* Compute the mode for MODE, BIGGEST_MODE and LMUL.
445 E.g. If mode = SImode, biggest_mode = DImode, LMUL = M4
816 int lmul = compute_estimated_lmul (loop_vinfo, biggest_mode); local
    [all...]

Completed in 22 milliseconds