src/hotspot/share/opto/node.hpp
changeset 55563 d56b192c73e9
parent 55307 ed12027517c0
child 58019 86b95fc6ca32
equal deleted inserted replaced
55562:2f464d628942 55563:d56b192c73e9
   673         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   673         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   674         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)
   674         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)
   675       DEFINE_CLASS_ID(EncodeNarrowPtr, Type, 6)
   675       DEFINE_CLASS_ID(EncodeNarrowPtr, Type, 6)
   676         DEFINE_CLASS_ID(EncodeP, EncodeNarrowPtr, 0)
   676         DEFINE_CLASS_ID(EncodeP, EncodeNarrowPtr, 0)
   677         DEFINE_CLASS_ID(EncodePKlass, EncodeNarrowPtr, 1)
   677         DEFINE_CLASS_ID(EncodePKlass, EncodeNarrowPtr, 1)
       
   678       DEFINE_CLASS_ID(LoadBarrierSlowReg, Type, 7)
   678 
   679 
   679     DEFINE_CLASS_ID(Proj,  Node, 3)
   680     DEFINE_CLASS_ID(Proj,  Node, 3)
   680       DEFINE_CLASS_ID(CatchProj, Proj, 0)
   681       DEFINE_CLASS_ID(CatchProj, Proj, 0)
   681       DEFINE_CLASS_ID(JumpProj,  Proj, 1)
   682       DEFINE_CLASS_ID(JumpProj,  Proj, 1)
   682       DEFINE_CLASS_ID(IfProj,    Proj, 2)
   683       DEFINE_CLASS_ID(IfProj,    Proj, 2)
   686       DEFINE_CLASS_ID(MachProj,  Proj, 5)
   687       DEFINE_CLASS_ID(MachProj,  Proj, 5)
   687 
   688 
   688     DEFINE_CLASS_ID(Mem,   Node, 4)
   689     DEFINE_CLASS_ID(Mem,   Node, 4)
   689       DEFINE_CLASS_ID(Load,  Mem, 0)
   690       DEFINE_CLASS_ID(Load,  Mem, 0)
   690         DEFINE_CLASS_ID(LoadVector,  Load, 0)
   691         DEFINE_CLASS_ID(LoadVector,  Load, 0)
   691         DEFINE_CLASS_ID(LoadBarrierSlowReg, Load, 1)
       
   692       DEFINE_CLASS_ID(Store, Mem, 1)
   692       DEFINE_CLASS_ID(Store, Mem, 1)
   693         DEFINE_CLASS_ID(StoreVector, Store, 0)
   693         DEFINE_CLASS_ID(StoreVector, Store, 0)
   694       DEFINE_CLASS_ID(LoadStore, Mem, 2)
   694       DEFINE_CLASS_ID(LoadStore, Mem, 2)
   695         DEFINE_CLASS_ID(LoadStoreConditional, LoadStore, 0)
   695         DEFINE_CLASS_ID(LoadStoreConditional, LoadStore, 0)
   696           DEFINE_CLASS_ID(CompareAndSwap, LoadStoreConditional, 0)
   696           DEFINE_CLASS_ID(CompareAndSwap, LoadStoreConditional, 0)