Home
last modified time | relevance | path

Searched refs:mulacc (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc79 HMultiplyAccumulate* mulacc = new (allocator) HMultiplyAccumulate( in TrySimpleMultiplyAccumulatePatterns() local
82 mul->GetBlock()->ReplaceAndRemoveInstructionWith(mul, mulacc); in TrySimpleMultiplyAccumulatePatterns()
139 HMultiplyAccumulate* mulacc = in TryCombineMultiplyAccumulate() local
146 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc); in TryCombineMultiplyAccumulate()
152 HMultiplyAccumulate* mulacc = in TryCombineMultiplyAccumulate() local
159 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, mulacc); in TryCombineMultiplyAccumulate()
Dinstruction_simplifier.cc321 HVecMultiplyAccumulate* mulacc = in TryCombineVecMultiplyAccumulate() local
331 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc); in TryCombineVecMultiplyAccumulate()