Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Variants

78 //   variants can be tried during the scheduling process.
1830 // if VGPR usage is extremely high, try other good performing variants
1833 std::vector<std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant>> Variants = {
1843 for (std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant> v : Variants) {
1849 // if VGPR usage is still extremely high, we may spill. Try other variants
1852 std::vector<std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant>> Variants = {
1862 for (std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant> v : Variants) {