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

  /src/external/gpl3/gcc/dist/gcc/
gentarget-def.cc 31 struct insn_hasher : nofree_ptr_hash <rtx_def> struct in inherits:nofree_ptr_hash
41 insn_hasher::hash (rtx x)
47 insn_hasher::equal (rtx x, const char *y)
53 static hash_table <insn_hasher> *insns;
289 insns = new hash_table <insn_hasher> (31);
  /src/external/gpl3/gcc.old/dist/gcc/
gentarget-def.cc 31 struct insn_hasher : nofree_ptr_hash <rtx_def> struct in inherits:nofree_ptr_hash
41 insn_hasher::hash (rtx x)
47 insn_hasher::equal (rtx x, const char *y)
53 static hash_table <insn_hasher> *insns;
289 insns = new hash_table <insn_hasher> (31);

Completed in 21 milliseconds