• Home
  • Raw
  • Download

Lines Matching defs:newGate

21 GateRef InstructionCombine::ReplaceOld(GateRef gate, GateRef newGate)  in ReplaceOld()
486 auto newGate = builder_.Int32Sub(m.Right().Gate(), mleft.Right().Gate()); in ReduceInt32Add() local
495 auto newGate = builder_.Int32Sub(m.Left().Gate(), mright.Right().Gate()); in ReduceInt32Add() local
528 auto newGate = in ReduceInt64Sub() local
551 auto newGate = in ReduceInt32Sub() local
575 auto newGate = builder_.Int64Sub(builder_.Int64(0), m.Left().Gate()); in ReduceInt64Mul() local
580 auto newGate = builder_.Int64LSL(m.Left().Gate(), builder_.Int64( in ReduceInt64Mul() local
616 auto newGate = builder_.Int32Sub(builder_.Int32(0), m.Left().Gate()); in ReduceInt32Mul() local
621 auto newGate = builder_.Int32LSL(m.Left().Gate(), builder_.Int32( in ReduceInt32Mul() local
662 auto newGate = builder_.Int64Sub(builder_.Int64(0), m.Left().Gate()); in ReduceInt64Div() local
672 auto newGate = builder_.Int64Sub(builder_.Int64(0), newDiv); in ReduceInt64Div() local
700 auto newGate = builder_.Int32Sub(builder_.Int32(0), m.Left().Gate()); in ReduceInt32Div() local
710 auto newGate = builder_.Int32Sub(builder_.Int32(0), newDiv); in ReduceInt32Div() local
756 auto newGate = builder_.DoubleSub(builder_.Double(-0.0), m.Left().Gate()); in ReduceDoubleMul() local
766 auto newGate = builder_.DoubleAdd(m.Left().Gate(), m.Left().Gate()); in ReduceDoubleMul() local
864 auto newGate = builder_.Int64And( in ReduceWord64And() local
901 auto newGate = builder_.Int32And( in ReduceWord32And() local
1096 auto newGate = builder_.Int32Sub(builder_.Int32(0), mleft.Left().Gate()); in ReduceWord32Asr() local
1126 auto newGate = builder_.Int64And( in ReduceWord64Lsl() local
1150 auto newGate = builder_.Int32And( in ReduceWord32Lsl() local