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

  /art/compiler/optimizing/
instruction_simplifier_arm64.h 79 void VisitUShr(HUShr* instruction) OVERRIDE;
instruction_simplifier.cc 46 bool ReplaceRotateWithRor(HBinaryOperation* op, HUShr* ushr, HShl* shl);
48 bool TryReplaceWithRotateConstantPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl);
49 bool TryReplaceWithRotateRegisterNegPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl);
50 bool TryReplaceWithRotateRegisterSubPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl);
88 void VisitUShr(HUShr* instruction) OVERRIDE;
263 HUShr* ushr,
290 HUShr* ushr = left->IsUShr() ? left->AsUShr() : right->AsUShr();
322 HUShr* ushr,
352 HUShr* ushr,
382 HUShr* ushr
    [all...]
constant_folding.cc 63 void VisitUShr(HUShr* instruction) OVERRIDE;
326 void InstructionWithAbsorbingInputSimplifier::VisitUShr(HUShr* instruction) {
instruction_simplifier_arm64.cc 243 void InstructionSimplifierArm64Visitor::VisitUShr(HUShr* instruction) {
instruction_builder.cc     [all...]
bounds_check_elimination.cc     [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 995 milliseconds