Searched refs:IsLoopFusion (Results 1 – 13 of 13) sorted by relevance
180 if (consumer->IsLoopFusion()) { in ShouldFuse()
156 if (instruction->IsElementwise() || instruction->IsLoopFusion() || in GetTargetParallelTaskCount()
2186 } else if (fusion->IsLoopFusion()) { in HandleFusion()
262 if (!fusion->IsLoopFusion()) { in HandleFusion()
66 instr1->IsLoopFusion())) { in LegalToFuse()
565 instr.IsLoopFusion() || // TODO(b/130013493): Use IsLoopFusible here. in IsFusibleAsMultiOutputFusionRoot()
109 if (!instr.IsLoopFusion()) { in IsFusibleCandidate()
47 if (instr->IsLoopFusion()) { in MayBeImplementedAsInPlaceDynamicUpdateSlice()
723 } else if (user->IsLoopFusion()) { in DoesNotUseOperandBuffer()
1631 if (user->IsLoopFusion()) { in DoesNotUseOperandBuffer()1906 if (user->IsLoopFusion() || user->IsInputFusion()) { in CanShareOperandBufferWithUser()
1536 bool IsLoopFusion() const;
2763 return fusion->IsLoopFusion(); in TEST_F()
3427 bool HloInstruction::IsLoopFusion() const { in IsLoopFusion() function in xla::HloInstruction