Lines Matching refs:threshold
3 ; Check the handling of amdgpu.loop.unroll.threshold metadata which can be used to
4 ; set the default threshold for a loop. This metadata overrides both the AMDGPU
5 ; default, and any value specified by the amdgpu-unroll-threshold function attribute
6 ; (which sets a threshold for all loops in the function).
9 ; unroll threshold
35 ; unroll threshold is increased by use of the amdgpu.loop.unroll.threshold metadata
58 ; unroll threshold specified using the amdgpu-unroll-threshold function attribute
59 ; is overridden by a low threshold using the amdgpu.loop.unroll.threshold metadata
83 ; unroll threshold specified using the amdgpu-unroll-threshold function attribute
84 ; is overridden by a high threshold using the amdgpu.loop.unroll.threshold metadata
107 attributes #0 = { "amdgpu-unroll-threshold"="1000" }
108 attributes #1 = { "amdgpu-unroll-threshold"="100" }
111 !2 = !{!"amdgpu.loop.unroll.threshold", i32 1000}
113 !4 = !{!"amdgpu.loop.unroll.threshold", i32 100}