Searched refs:wavefront (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/include/
H A Dhsa.h235 * The wavefront is invalid.
847 * @deprecated Query ::HSA_WAVEFRONT_INFO_SIZE for a given wavefront and
850 * first ISA enumerated by ::hsa_agent_iterate_isas and the first wavefront
853 * Number of work-items in a wavefront. Must be a power of 2 in the range
3591 * Number of work-items in a wavefront for a given call convention. Must be a
3683 * and wavefront, use ::hsa_wavefront_get_info.
3872 * Number of work-items in the wavefront. Must be a power of 2 in the range
3879 * @brief Get the current value of a wavefront attribute.
3881 * @param[in] wavefront A wavefront
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c3739 rtx wavefront = gcn_oacc_dim_pos (1);
3740 rtx cond = gen_rtx_EQ (VOIDmode, wavefront, const0_rtx);
3742 emit_insn (gen_cstoresi4 (cc, cond, wavefront, const0_rtx));
3751 rtx wavefront = gcn_oacc_dim_pos (1); local
3752 rtx cond = gen_rtx_NE (VOIDmode, wavefront, const0_rtx);
3754 emit_insn (gen_cbranchsi4 (cond, wavefront, const0_rtx, not_zero));
5135 /* Number of scalar registers used by a wavefront. This
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc3973 rtx wavefront = gcn_oacc_dim_pos (1);
3974 rtx cond = gen_rtx_EQ (VOIDmode, wavefront, const0_rtx);
3976 emit_insn (gen_cstoresi4 (cc, cond, wavefront, const0_rtx));
3985 rtx wavefront = gcn_oacc_dim_pos (1); local
3986 rtx cond = gen_rtx_NE (VOIDmode, wavefront, const0_rtx);
3988 emit_insn (gen_cbranchsi4 (cond, wavefront, const0_rtx, not_zero));
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm205 // Halt the wavefront and return from the trap.
210 // Instead, halt the wavefront and return from the trap.

Completed in 243 milliseconds