Home
last modified time | relevance | path

Searched refs:index_mode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td83 bits<3> index_mode = 0;
98 let Word0{28-26} = index_mode;
/freebsd-12-stable/contrib/gcc/
Dexpr.c9287 enum machine_mode index_mode = SImode; in try_casesi() local
9288 int index_bits = GET_MODE_BITSIZE (index_mode); in try_casesi()
9296 if (GET_MODE_BITSIZE (TYPE_MODE (index_type)) > GET_MODE_BITSIZE (index_mode)) in try_casesi()
9309 index = convert_to_mode (index_mode, index, 0); in try_casesi()
9313 if (TYPE_MODE (index_type) != index_mode) in try_casesi()