Searched defs:canMerge (Results 1 – 12 of 12) sorted by relevance
132 bool canMerge = llgaHelper_.shouldMerge(producer, consumer) && in tryMerge() local
56 bool canMerge = fAAType == op->fAAType && in onCombineIfPossible() local
696 bool OpsTask::canMerge(const OpsTask* opsTask) const { in canMerge() function in skgpu::ganesh::OpsTask
181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL
532 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
529 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
116 static bool canMerge(Node* consumer, Node* producer, AliasDb* aliasDb) { in canMerge() function
43 bool canMerge(const QuarantineBatch *const From) const { in canMerge() function
284 bool canMerge = shouldConsiderForMerge(producer) && in tryMerge() local
1103 bool canMerge = shouldConsiderForMerge(consumer) && in tryMerge() local
1158 bool canMerge(Node* consumer, Node* producer) { in canMerge() function in torch::jit::TensorExprFuser