Searched defs:nontemporal (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-prefetch.c | 1080 bool nontemporal = ref->reuse_distance >= L2_CACHE_SIZE_BYTES; in issue_prefetch_ref() local
|
H A D | expr.c | 4547 expand_assignment (tree to, tree from, bool nontemporal) in expand_assignment() 5021 store_expr (tree exp, rtx target, int call_param_p, bool nontemporal) in store_expr() 6317 alias_set_type alias_set, bool nontemporal) in store_field()
|
H A D | cfgexpand.c | 2179 bool nontemporal = gimple_assign_nontemporal_move_p (stmt); in expand_gimple_stmt_1() local
|
H A D | gimple.h | 2006 gimple_assign_set_nontemporal_move (gimple gs, bool nontemporal) in gimple_assign_set_nontemporal_move()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-prefetch.c | 1140 bool nontemporal = ref->reuse_distance >= L2_CACHE_SIZE_BYTES; in issue_prefetch_ref() local
|
H A D | expr.c | 4954 expand_assignment (tree to, tree from, bool nontemporal) in expand_assignment() 5465 bool nontemporal, bool reverse, tree btarget) in store_expr_with_bounds() 5850 store_expr (tree exp, rtx target, int call_param_p, bool nontemporal, in store_expr() 6922 alias_set_type alias_set, bool nontemporal, bool reverse) in store_field()
|
H A D | cfgexpand.c | 3713 bool nontemporal = gimple_assign_nontemporal_move_p (assign_stmt); in expand_gimple_stmt_1() local
|