• Home
  • Raw
  • Download

Lines Matching defs:newGate

138 GateRef InstructionCombine::ReplaceOld(GateRef gate, GateRef newGate)  in ReplaceOld()
618 auto newGate = builder_.Int32Sub(m.Right().Gate(), mleft.Right().Gate()); in ReduceInt32Add() local
627 auto newGate = builder_.Int32Sub(m.Left().Gate(), mright.Right().Gate()); in ReduceInt32Add() local
660 auto newGate = in ReduceInt64Sub() local
683 auto newGate = in ReduceInt32Sub() local
707 auto newGate = builder_.Int64Sub(builder_.Int64(0), m.Left().Gate()); in ReduceInt64Mul() local
712 …auto newGate = builder_.Int64LSL(m.Left().Gate(), builder_.Int64(WhichPowerOfTwo(m.Right().Resolve… in ReduceInt64Mul() local
747 auto newGate = builder_.Int32Sub(builder_.Int32(0), m.Left().Gate()); in ReduceInt32Mul() local
752 …auto newGate = builder_.Int32LSL(m.Left().Gate(), builder_.Int32(WhichPowerOfTwo(m.Right().Resolve… in ReduceInt32Mul() local
792 auto newGate = builder_.Int64Sub(builder_.Int64(0), m.Left().Gate()); in ReduceInt64Div() local
801 auto newGate = builder_.Int64Sub(builder_.Int64(0), newDiv); in ReduceInt64Div() local
829 auto newGate = builder_.Int32Sub(builder_.Int32(0), m.Left().Gate()); in ReduceInt32Div() local
838 auto newGate = builder_.Int32Sub(builder_.Int32(0), newDiv); in ReduceInt32Div() local
884 auto newGate = builder_.DoubleSub(builder_.Double(-0.0), m.Left().Gate()); in ReduceDoubleMul() local
894 auto newGate = builder_.DoubleAdd(m.Left().Gate(), m.Left().Gate()); in ReduceDoubleMul() local
992 auto newGate = builder_.Int64And( in ReduceWord64And() local
1029 auto newGate = builder_.Int32And( in ReduceWord32And() local
1226 auto newGate = builder_.Int32Sub(builder_.Int32(0), mleft.Left().Gate()); in ReduceWord32Asr() local
1256 auto newGate = builder_.Int64And( in ReduceWord64Lsl() local
1280 auto newGate = builder_.Int32And( in ReduceWord32Lsl() local