Searched refs:do_ShiftOp (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp70 virtual void do_ShiftOp (ShiftOp* x);
H A Dc1_InstructionPrinter.hpp98 virtual void do_ShiftOp (ShiftOp* x);
H A Dc1_ValueMap.hpp176 void do_ShiftOp (ShiftOp* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_Optimizer.cpp496 void do_ShiftOp (ShiftOp* x);
677 void NullCheckVisitor::do_ShiftOp (ShiftOp* x) {} function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp417 void InstructionPrinter::do_ShiftOp(ShiftOp* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp497 virtual void do_ShiftOp (ShiftOp* x);
H A Dc1_Canonicalizer.cpp294 void Canonicalizer::do_ShiftOp (ShiftOp* x) { function in class:Canonicalizer
H A Dc1_Instruction.hpp173 virtual void do_ShiftOp (ShiftOp* x) = 0;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp594 void LIRGenerator::do_ShiftOp(ShiftOp* x) { function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp658 void LIRGenerator::do_ShiftOp(ShiftOp* x) { function in class:LIRGenerator

Completed in 60 milliseconds