Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp855 bool IsReentry) = 0;
874 bool IsReentry) override;
887 bool IsReentry) { in applyIGLPStrategy() argument
1104 bool IsReentry) override;
1121 bool IsReentry) { in applyIGLPStrategy() argument
1125 assert((IsReentry || (DSWCount == 0 && DSWWithPermCount == 0 && in applyIGLPStrategy()
1136 else if (I->mayStore() && !IsReentry) { in applyIGLPStrategy()
1149 if (!IsReentry) { in applyIGLPStrategy()
1417 bool IsReentry = false; member in __anon114cba190111::IGroupLPDAGMutation
1420 IGroupLPDAGMutation(bool IsReentry) : IsReentry(IsReentry) {} in IGroupLPDAGMutation() argument
[all …]
H A DAMDGPUIGroupLP.h17 std::unique_ptr<ScheduleDAGMutation> createIGroupLPDAGMutation(bool IsReentry);