Home
last modified time | relevance | path

Searched defs:canMerge (Results 1 – 12 of 12) sorted by relevance

/external/pytorch/torch/csrc/jit/codegen/onednn/
Dgraph_rewriter.cpp132 bool canMerge = llgaHelper_.shouldMerge(producer, consumer) && in tryMerge() local
/external/skia/src/gpu/ganesh/ops/
DPathTessellateOp.cpp56 bool canMerge = fAAType == op->fAAType && in onCombineIfPossible() local
DOpsTask.cpp696 bool OpsTask::canMerge(const OpsTask* opsTask) const { in canMerge() function in skgpu::ganesh::OpsTask
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL
DPPCBranchCoalescing.cpp532 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL
DPPCBranchCoalescing.cpp529 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing
/external/pytorch/torch/csrc/jit/runtime/static/
Dfusion.cpp116 static bool canMerge(Node* consumer, Node* producer, AliasDb* aliasDb) { in canMerge() function
/external/scudo/standalone/
Dquarantine.h43 bool canMerge(const QuarantineBatch *const From) const { in canMerge() function
/external/pytorch/torch/csrc/jit/passes/
Dcreate_autodiff_subgraphs.cpp284 bool canMerge = shouldConsiderForMerge(producer) && in tryMerge() local
Dfrozen_ops_to_mkldnn.cpp1103 bool canMerge = shouldConsiderForMerge(consumer) && in tryMerge() local
Dtensorexpr_fuser.cpp1158 bool canMerge(Node* consumer, Node* producer) { in canMerge() function in torch::jit::TensorExprFuser