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

  /art/compiler/optimizing/
instruction_simplifier_arm64.h 76 void VisitXor(HXor* instruction) OVERRIDE;
instruction_simplifier_arm64.cc 207 void InstructionSimplifierArm64Visitor::VisitXor(HXor* instruction) {
constant_folding.cc 67 void VisitXor(HXor* instruction) OVERRIDE;
357 void InstructionWithAbsorbingInputSimplifier::VisitXor(HXor* instruction) {
induction_var_analysis_test.cc 875 new (&allocator_) HXor(Primitive::kPrimInt, k_header, constant1_), 0);
    [all...]
register_allocator_test.cc 362 HXor* first_xor = graph->GetBlocks()[1]->GetFirstInstruction()->AsXor();
363 HXor* last_xor = graph->GetBlocks()[1]->GetLastInstruction()->GetPrevious()->AsXor();
    [all...]
instruction_builder.cc     [all...]
instruction_simplifier.cc 99 void VisitXor(HXor* instruction) OVERRIDE;
    [all...]
loop_optimization.cc     [all...]
induction_var_range.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 324 milliseconds