Home | History | Annotate | Download | only in X86

Lines Matching defs:INC

190 #include "X86GenDAGISel.inc"
1593 INC,
1727 // Translate to INC/DEC if ADD by 1 or -1.
1729 Op = (CNVal == 1) ? INC : DEC;
1730 // No more constant operand after being translated into INC/DEC.
1930 // is the value stored the result of a DEC or INC?
1931 if (!(Opc == X86ISD::DEC || Opc == X86ISD::INC)) return false;
1936 // are there other uses of the loaded value than the inc or dec?
2010 /// increment or decrement. Opc should be X86ISD::DEC or X86ISD::INC.
2018 assert(Opc == X86ISD::INC && "unrecognized opcode");
2703 // {INC,DEC}X{64,32,16,8}.)