Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp931 static std::optional<unsigned> FirstPipeDSR; member in __anon2323f4780111::MFMAExpInterleaveOpt
1362 std::optional<unsigned> MFMAExpInterleaveOpt::FirstPipeDSR = std::nullopt; member in __anon2323f4780111::MFMAExpInterleaveOpt
1498 FirstPipeDSR = Pred.getSUnit()->NodeNum; in analyzeDAG()
1618 bool UsesDSRead = IsLargeKernelType && !IsPostRA && FirstPipeDSR; in applyIGLPStrategy()
1654 SG->addRule(std::make_shared<OccursAtOrAfterNode>(*FirstPipeDSR, TII, in applyIGLPStrategy()
1778 SG->addRule(std::make_shared<OccursAtOrAfterNode>(*FirstPipeDSR, TII, in applyIGLPStrategy()