Searched refs:ref_type (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/drm2/ttm/ |
| H A D | ttm_object.c | 116 enum ttm_ref_type ref_type; member 153 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument 259 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument 261 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() 295 ref->ref_type = ref_type; in ttm_ref_object_add() 327 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release() 332 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release() 333 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release() 342 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument 344 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
|
| H A D | ttm_object.h | 130 enum ttm_ref_type ref_type); 156 ref_type)); 204 enum ttm_ref_type ref_type, bool *existed); 218 enum ttm_ref_type ref_type);
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | df-scan.c | 544 enum df_ref_type ref_type, in df_ref_create() argument 564 if (ref_type == DF_REF_REG_DEF) in df_ref_create() 933 enum df_ref_type ref_type, in df_ref_create_structure() argument 948 DF_REF_TYPE (this_ref) = ref_type; in df_ref_create_structure() 955 switch (ref_type) in df_ref_create_structure() 1048 enum df_ref_type ref_type, in df_ref_record() argument 1110 hardreg->type = ref_type; in df_ref_record() 1125 else if ((ref_type == DF_REF_REG_USE in df_ref_record() 1126 || ref_type == DF_REF_REG_MEM_STORE in df_ref_record() 1127 || ref_type == DF_REF_REG_MEM_LOAD) in df_ref_record() [all …]
|
| H A D | ChangeLog.tree-ssa | 13287 (ref_id, ref_type, ref_bb, ref_stmt, ref_var, imm_uses, 14926 (ref_type): Change return type to enum tree_ref_type. Update all 16349 (ref_type): New inline function. 16913 * tree-dfa.c (find_refs_in_expr): Use the given ref_type for some unary
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | call.c | 4432 tree ref_type = totype; in convert_like_real() local 4440 if (!CP_TYPE_CONST_NON_VOLATILE_P (TREE_TYPE (ref_type))) in convert_like_real() 4446 expr, ref_type); in convert_like_real() 4449 expr, ref_type); in convert_like_real() 4451 error ("cannot bind rvalue %qE to %qT", expr, ref_type); in convert_like_real() 4465 expr, ref_type); in convert_like_real() 4480 expr = cp_convert (build_pointer_type (TREE_TYPE (ref_type)), in convert_like_real() 4483 return build_nop (ref_type, expr); in convert_like_real()
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | Configure | 1115 my $ref_type = ref $user{$_}; 1141 $mkvalue->($ref_type, $user{$_}) 1142 || $mkvalue->($ref_type, $target{$_});
|