Searched refs:IsPostRA (Results 1 – 3 of 3) sorted by relevance
1614 bool IsPostRA = Phase == AMDGPU::SchedulingPhase::PostRA; in applyIGLPStrategy() local1615 assert(IsPostRA || MFMAChainSeeds.size() == MFMAChains); in applyIGLPStrategy()1617 bool UsesFMA = IsSmallKernelType || !IsPostRA; in applyIGLPStrategy()1618 bool UsesDSRead = IsLargeKernelType && !IsPostRA && FirstPipeDSR; in applyIGLPStrategy()1619 bool UsesCvt = HasCvt && (IsSmallKernelType || !IsPostRA); in applyIGLPStrategy()1627 if (!IsPostRA && MFMAChains) { in applyIGLPStrategy()1640 if (!IsPostRA && MFMAChains) { in applyIGLPStrategy()1662 if (!IsPostRA && MFMAChains) in applyIGLPStrategy()1694 if (!IsPostRA && MFMAChains) { in applyIGLPStrategy()1708 if (!IsPostRA && MFMAChains) in applyIGLPStrategy()[all …]
1174 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
3037 void GenericSchedulerBase::setPolicy(CandPolicy &Policy, bool IsPostRA, in setPolicy() argument3063 (IsPostRA || shouldReduceLatency(Policy, CurrZone, !RemLatencyComputed, in setPolicy()