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

  /art/compiler/optimizing/
constant_folding.cc 48 void VisitShift(HBinaryOperation* shift);
130 void InstructionWithAbsorbingInputSimplifier::VisitShift(HBinaryOperation* instruction) {
294 VisitShift(instruction);
298 VisitShift(instruction);
327 VisitShift(instruction);
instruction_simplifier.cc 57 void VisitShift(HBinaryOperation* shift);
235 void InstructionSimplifierVisitor::VisitShift(HBinaryOperation* instruction) {
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 629 void VisitShift(InstructionSelector* selector, Node* node,
662 void VisitShift(InstructionSelector* selector, Node* node,
665 VisitShift(selector, node, try_match_shift, &cont);
672 VisitShift(this, node, TryMatchLSL);
693 VisitShift(this, node, TryMatchLSR);
712 VisitShift(this, node, TryMatchASR);
717 VisitShift(this, node, TryMatchROR);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 490 static inline void VisitShift(InstructionSelector* selector, Node* node,
563 VisitShift(this, node, kIA32Shl);
568 VisitShift(this, node, kIA32Shr);
573 VisitShift(this, node, kIA32Sar);
578 VisitShift(this, node, kIA32Ror);
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 451 static inline void VisitShift(InstructionSelector* selector, Node* node,
524 VisitShift(this, node, kX87Shl);
529 VisitShift(this, node, kX87Shr);
534 VisitShift(this, node, kX87Sar);
539 VisitShift(this, node, kX87Ror);
    [all...]

Completed in 209 milliseconds