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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 849 vlmul_type get_vlmul () const { return m_vlmul; } function in class:vsetvl_info
1000 m_vlmul = ::get_vlmul (rinsn);
1053 m_vlmul = ::get_vlmul (insn->rtl ());
1193 rtx vlmul = gen_int_mode (get_vlmul (), Pmode);
1240 && get_vlmul () == other.get_vlmul () && get_ta () == other.get_ta ()
1296 fprintf (file, "VLMUL=%s, ", vlmul_to_str (get_vlmul ()));
1407 return prev.get_vlmul () == next.get_vlmul ();
1738 prev.set_vlmul (next.get_vlmul ());
    [all...]
riscv-v.cc 863 gen_int_mode (get_vlmul (vmode), Pmode), const0_rtx,
871 enum vlmul_type vlmul = get_vlmul (vmode);
1706 get_vlmul (machine_mode mode) function in namespace:riscv_vector
1801 vlmul_type vlmul = get_vlmul (mode);
2059 enum vlmul_type vlmul = get_vlmul (mode);
2090 gen_int_mode (get_vlmul (vmode), Pmode),
5081 get_vlmul (rtx_insn *rinsn)

Completed in 21 milliseconds