Searched defs:mulacc (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier_shared.cc77 HMultiplyAccumulate* mulacc = new(arena) HMultiplyAccumulate( local
80 mul->GetBlock()->ReplaceAndRemoveInstructionWith(mul, mulacc);
137 HMultiplyAccumulate* mulacc = local
144 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc);
150 HMultiplyAccumulate* mulacc = local
157 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, mulacc);

Completed in 40 milliseconds