Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_opt_value_numbering.cpp48 uint32_t hash_murmur_32(Instruction* instr) in hash_murmur_32() function
84 return hash_murmur_32<VOP3A_instruction>(instr); in operator ()()
87 return hash_murmur_32<DPP_instruction>(instr); in operator ()()
90 return hash_murmur_32<SDWA_instruction>(instr); in operator ()()
94 return hash_murmur_32<SMEM_instruction>(instr); in operator ()()
96 return hash_murmur_32<Interp_instruction>(instr); in operator ()()
98 return hash_murmur_32<DS_instruction>(instr); in operator ()()
100 return hash_murmur_32<SOPP_instruction>(instr); in operator ()()
102 return hash_murmur_32<SOPK_instruction>(instr); in operator ()()
104 return hash_murmur_32<Export_instruction>(instr); in operator ()()
[all …]