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

  /art/compiler/optimizing/
constant_folding.cc 38 void VisitXor(HXor* instruction) OVERRIDE;
218 void InstructionWithAbsorbingInputSimplifier::VisitXor(HXor* instruction) {
instruction_simplifier.cc 64 void VisitXor(HXor* instruction) OVERRIDE;
696 void InstructionSimplifierVisitor::VisitXor(HXor* instruction) {
builder.cc     [all...]
register_allocator_test.cc 346 HXor* first_xor = graph->GetBlocks().Get(1)->GetFirstInstruction()->AsXor();
347 HXor* last_xor = graph->GetBlocks().Get(1)->GetLastInstruction()->GetPrevious()->AsXor();
    [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 314 milliseconds