Lines Matching full:priority
1 //===- AMDGPUSetWavePriority.cpp - Set wave priority ----------------------===//
10 /// Pass to temporarily raise the wave priority beginning the start of
25 #define DEBUG_TYPE "amdgpu-set-wave-priority"
28 "amdgpu-set-wave-priority-valu-insts-threshold",
29 cl::desc("VALU instruction count threshold for adjusting wave priority"),
49 StringRef getPassName() const override { return "Set wave priority"; }
56 unsigned priority) const;
63 INITIALIZE_PASS(AMDGPUSetWavePriority, DEBUG_TYPE, "Set wave priority", false,
75 unsigned priority) const {
77 .addImm(priority);
111 Attribute A = F.getFnAttribute("amdgpu-wave-priority-threshold");
169 // Raise the priority at the beginning of the shader.
175 // Lower the priority on edges where control leaves blocks from which
193 // Where lowering the priority in predecessors is not possible, the
198 // only option of lowering the priority within the loop.