Home
last modified time | relevance | path

Searched refs:placement (Results 26 – 50 of 65) sorted by relevance

123

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_object.h82 struct ttm_placement placement; member
H A Damdgpu_cs.c430 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_cs_bo_validate()
489 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_cs_try_evict()
546 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_cs_list_validate()
1670 r = ttm_bo_validate(&(*bo)->tbo, &(*bo)->placement, &ctx); in amdgpu_cs_find_mapping()
H A Damdgpu_prime.c377 ret = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx);
H A Damdgpu_vce.c604 for (i = 0; i < bo->placement.num_placement; ++i) { in amdgpu_vce_validate_bo()
609 return ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_vce_validate_bo()
H A Damdgpu_vm.c461 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_vm_clear_bo()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_mn.c160 r = ttm_bo_validate(&bo->tbo, &bo->placement, false, false); in radeon_mn_invalidate_range_start()
H A Dradeon_vm.c400 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in radeon_vm_clear_bo()
H A Dradeon.h500 struct ttm_placement placement; member
/dragonfly/contrib/ee/
H A Dee.i18n.guide129 Message catalog placement varies from system to system. A common location
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcall.c5313 bool global_p, tree placement, in build_op_delete_call() argument
5350 if (placement) in build_op_delete_call()
5433 if (placement) in build_op_delete_call()
5437 int nargs = call_expr_nargs (placement); in build_op_delete_call()
5442 argarray[i] = CALL_EXPR_ARG (placement, i); in build_op_delete_call()
5466 if (!placement) in build_op_delete_call()
H A Dmangle.c2673 tree placement = TREE_OPERAND (expr, 0); in write_expression() local
2688 for (t = placement; t; t = TREE_CHAIN (t)) in write_expression()
H A Dcp-tree.def50 /* For NEW_EXPR, operand 0 is the placement list.
H A Dparser.c6642 VEC(tree,gc) *placement; in cp_parser_new_expression()
6659 placement = cp_parser_new_placement (parser); in cp_parser_new_expression()
6663 if (placement != NULL) in cp_parser_new_expression()
6664 release_tree_vector (placement); in cp_parser_new_expression()
6665 placement = NULL; in cp_parser_new_expression()
6718 ret = build_new (&placement, type, nelts, &initializer, global_scope_p, in cp_parser_new_expression()
6722 if (placement != NULL) in cp_parser_new_expression()
6723 release_tree_vector (placement); in cp_parser_new_expression()
H A Dpt.c13459 tree placement = RECUR (TREE_OPERAND (t, 0)); in tsubst_copy_and_build() local
13465 if (placement == NULL_TREE) in tsubst_copy_and_build()
13470 for (; placement != NULL_TREE; placement = TREE_CHAIN (placement)) in tsubst_copy_and_build()
13471 VEC_safe_push (tree, gc, placement_vec, TREE_VALUE (placement)); in tsubst_copy_and_build()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmangle.c3113 tree placement = TREE_OPERAND (expr, 0); in write_expression() local
3128 for (t = placement; t; t = TREE_CHAIN (t)) in write_expression()
H A Dcall.c6209 bool global_p, tree placement, in build_op_delete_call() argument
6246 if (placement) in build_op_delete_call()
6401 if (placement) in build_op_delete_call()
6405 int nargs = call_expr_nargs (placement); in build_op_delete_call()
6410 argarray[i] = CALL_EXPR_ARG (placement, i); in build_op_delete_call()
6441 && !placement) in build_op_delete_call()
H A Dcp-tree.def48 /* For NEW_EXPR, operand 0 is the placement list.
H A Dparser.c8368 vec<tree, va_gc> *placement; in cp_parser_new_expression() local
8387 placement = cp_parser_new_placement (parser); in cp_parser_new_expression()
8391 if (placement != NULL) in cp_parser_new_expression()
8392 release_tree_vector (placement); in cp_parser_new_expression()
8393 placement = NULL; in cp_parser_new_expression()
8475 ret = build_new (&placement, type, nelts, &initializer, global_scope_p, in cp_parser_new_expression()
8480 if (placement != NULL) in cp_parser_new_expression()
8481 release_tree_vector (placement); in cp_parser_new_expression()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-aarch64.texi328 it prevents accurate control of the placement of literal pools.
H A Dc-cris.texi125 insufficient alignment. This placement checking does not catch
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcommon.opt2091 Enable function reordering that improves code placement.
2144 Reorder basic blocks to improve code placement.
2165 Reorder functions to improve code placement.
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcommon.opt1631 Reorder basic blocks to improve code placement
1639 Reorder functions to improve code placement
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo4423 @cindex common symbol placement
4424 @cindex uninitialized data placement
5802 placement is to assign the location counter to itself, as the linker
6800 placement of these sequences of instructions - called stubs - is
6802 The placement is important because a poor choice can create a need for
6890 detected, with the same behaviour regarding stub placement as other
7161 sections compared to older BSS PLT and GOT placement. The location of
7164 @code{.got} change is more subtle: The new placement allows
7166 @samp{-z relro -z now}. However, this placement means that
7169 pointer. @samp{--sdata-got} forces the old GOT placement. PowerPC
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc.opt957 Warn for placement new expressions with undefined behavior.
961 Warn for placement new expressions with undefined behavior.
/dragonfly/
H A DUPDATING374 by default (but can optionally be returned) and the placement shifted as

123