Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1614 bool IsPostRA = Phase == AMDGPU::SchedulingPhase::PostRA; in applyIGLPStrategy() local
1615 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1174 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3037 void GenericSchedulerBase::setPolicy(CandPolicy &Policy, bool IsPostRA, in setPolicy() argument
3063 (IsPostRA || shouldReduceLatency(Policy, CurrZone, !RemLatencyComputed, in setPolicy()