Searched refs:canMerge (Results 1 – 6 of 6) sorted by relevance
48 bool canMerge = fAAType == op->fAAType && in onCombineIfPossible() local52 if (canMerge) { in onCombineIfPossible()
97 bool canMerge(const OpsTask*) const;
705 bool OpsTask::canMerge(const OpsTask* opsTask) const { in canMerge() function in skgpu::v1::OpsTask715 if (!opsTask || !this->canMerge(opsTask)) { in mergeFrom()
74 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
182 bool canMerge(CoalescingCandidateInfo &SourceRegion,529 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing761 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
382 SkASSERT(!prevOpsTask->canMerge(curOpsTask)); in sortTasks()