Home
last modified time | relevance | path

Searched refs:canMerge (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DPathTessellateOp.cpp48 bool canMerge = fAAType == op->fAAType && in onCombineIfPossible() local
52 if (canMerge) { in onCombineIfPossible()
H A DOpsTask.h97 bool canMerge(const OpsTask*) const;
H A DOpsTask.cpp705 bool OpsTask::canMerge(const OpsTask* opsTask) const { in canMerge() function in skgpu::v1::OpsTask
715 if (!opsTask || !this->canMerge(opsTask)) { in mergeFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp48 /// canCoalesceBranch and canMerge methods.
182 bool canMerge(CoalescingCandidateInfo &SourceRegion,
260 // extended to identify the implicit operands. The analysis in canMerge in canCoalesceBranch()
529 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
761 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
H A DPPCExpandISEL.cpp74 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);
181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL
249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp382 SkASSERT(!prevOpsTask->canMerge(curOpsTask)); in sortTasks()

Completed in 7 milliseconds