Searched refs:cso_hash_contains (Results 1 – 6 of 6) sorted by relevance
102 boolean cso_hash_contains(struct cso_hash *hash, unsigned key);
435 boolean cso_hash_contains(struct cso_hash *hash, unsigned key) in cso_hash_contains() function
108 bool cso_hash_contains(struct cso_hash *hash, unsigned key);
345 bool cso_hash_contains(struct cso_hash *hash, unsigned key) in cso_hash_contains() function
245 return cso_hash_contains(ctx->regs_ind_used, reg->file); in is_ind_register_used()
246 return cso_hash_contains(&ctx->regs_ind_used, reg->file); in is_ind_register_used()