Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp28 static void TestFlag(T start_value, const char *env, T final_value) { in TestFlag() argument
29 T flag = start_value; in TestFlag()
43 void TestFlag(const char *start_value, const char *env, in TestFlag() argument
45 const char *flag = start_value; in TestFlag()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.c8115 rtx start_value; local
8526 start_value = GEN_INT (comparison_val - add_adjust);
8527 loop_insn_hoist (loop, gen_move_insn (reg, start_value));
8538 start_value
8553 start_value
8574 bl->initial_value = start_value;
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst17216 declare float @llvm.vector.reduce.fadd.v4f32(float %start_value, <4 x float> %a)
17217 declare double @llvm.vector.reduce.fadd.v2f64(double %start_value, <2 x double> %a)
17235 float sequential_fadd(start_value, input_vector)
17236 result = start_value
17257 …%ord = call float @llvm.vector.reduce.fadd.v4f32(float %start_value, <4 x float> %input) ; sequent…
17294 declare float @llvm.vector.reduce.fmul.v4f32(float %start_value, <4 x float> %a)
17295 declare double @llvm.vector.reduce.fmul.v2f64(double %start_value, <2 x double> %a)
17313 float sequential_fmul(start_value, input_vector)
17314 result = start_value
17335 …%ord = call float @llvm.vector.reduce.fmul.v4f32(float %start_value, <4 x float> %input) ; sequent…
[all …]