HomeSort by relevance Sort by last modified time
    Searched refs:mulacc (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_shared.cc 79 HMultiplyAccumulate* mulacc = new (allocator) HMultiplyAccumulate( local
82 mul->GetBlock()->ReplaceAndRemoveInstructionWith(mul, mulacc);
139 HMultiplyAccumulate* mulacc = local
146 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc);
152 HMultiplyAccumulate* mulacc = local
159 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, mulacc);
instruction_simplifier.cc 318 HVecMultiplyAccumulate* mulacc = local
328 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc);
    [all...]

Completed in 197 milliseconds