Home
last modified time | relevance | path

Searched refs:fully_hoisted (Results 1 – 1 of 1) sorted by relevance

/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dkernel_builder.cpp1191 bool fully_hoisted = false; in _mutate() local
1192 auto new_value = hoist_expr(obj.value, obj.var, &fully_hoisted); in _mutate()
1193 if (fully_hoisted) return mutate(obj.body); in _mutate()
1211 bool *fully_hoisted = nullptr) { argument
1218 auto hoisted_expr = hoist_expr_with_add(expr, expr_var, fully_hoisted);
1234 bool *fully_hoisted = nullptr) { argument
1284 if (fully_hoisted) *fully_hoisted = true;