Lines Matching defs:gate
21 GateRef InstructionCombine::ReplaceOld(GateRef gate, GateRef newGate) in ReplaceOld()
28 GateRef InstructionCombine::VisitGate(GateRef gate) in VisitGate()
114 GateRef InstructionCombine::VisitConvert(GateRef gate) in VisitConvert()
166 GateRef InstructionCombine::VisitBranch(GateRef gate) in VisitBranch()
172 GateRef InstructionCombine::VisitREV(GateRef gate) in VisitREV()
186 GateRef InstructionCombine::VisitICMP(GateRef gate) in VisitICMP()
232 GateRef InstructionCombine::VisitADD(GateRef gate) in VisitADD()
248 GateRef InstructionCombine::VisitSUB(GateRef gate) in VisitSUB()
264 GateRef InstructionCombine::VisitMUL(GateRef gate) in VisitMUL()
280 GateRef InstructionCombine::VisitSDIV(GateRef gate) in VisitSDIV()
294 GateRef InstructionCombine::VisitFDIV(GateRef gate) in VisitFDIV()
306 GateRef InstructionCombine::VisitSMOD(GateRef gate) in VisitSMOD()
321 GateRef InstructionCombine::VisitAND(GateRef gate) in VisitAND()
335 GateRef InstructionCombine::VisitOR(GateRef gate) in VisitOR()
349 GateRef InstructionCombine::VisitXOR(GateRef gate) in VisitXOR()
363 GateRef InstructionCombine::VisitLSR(GateRef gate) in VisitLSR()
377 GateRef InstructionCombine::VisitASR(GateRef gate) in VisitASR()
392 GateRef InstructionCombine::VisitLSL(GateRef gate) in VisitLSL()
407 GateRef InstructionCombine::VisitExtractValue(GateRef gate) in VisitExtractValue()
459 GateRef InstructionCombine::ReduceInt64Add(GateRef gate) in ReduceInt64Add()
485 GateRef InstructionCombine::ReduceInt32Add(GateRef gate) in ReduceInt32Add()
527 GateRef InstructionCombine::ReduceInt64Sub(GateRef gate) in ReduceInt64Sub()
550 GateRef InstructionCombine::ReduceInt32Sub(GateRef gate) in ReduceInt32Sub()
573 GateRef InstructionCombine::ReduceInt64Mul(GateRef gate) in ReduceInt64Mul()
614 GateRef InstructionCombine::ReduceInt32Mul(GateRef gate) in ReduceInt32Mul()
656 GateRef InstructionCombine::ReduceInt64Div(GateRef gate) in ReduceInt64Div()
693 GateRef InstructionCombine::ReduceInt32Div(GateRef gate) in ReduceInt32Div()
730 GateRef InstructionCombine::ReduceDoubleAdd(GateRef gate) in ReduceDoubleAdd()
747 GateRef InstructionCombine::ReduceDoubleSub(GateRef gate) in ReduceDoubleSub()
765 GateRef InstructionCombine::ReduceDoubleMul(GateRef gate) in ReduceDoubleMul()
785 GateRef InstructionCombine::ReduceDoubleDiv(GateRef gate) in ReduceDoubleDiv()
802 GateRef InstructionCombine::ReduceInt32Mod(GateRef gate) in ReduceInt32Mod()
833 GateRef InstructionCombine::ReduceDoubleMod(GateRef gate) in ReduceDoubleMod()
849 GateRef InstructionCombine::ReduceWord64And(GateRef gate) in ReduceWord64And()
886 GateRef InstructionCombine::ReduceWord32And(GateRef gate) in ReduceWord32And()
923 GateRef InstructionCombine::ReduceWord64Or(GateRef gate) in ReduceWord64Or()
957 GateRef InstructionCombine::ReduceWord32Or(GateRef gate) in ReduceWord32Or()
992 GateRef InstructionCombine::ReduceWord64Xor(GateRef gate) in ReduceWord64Xor()
1016 GateRef InstructionCombine::ReduceWord32Xor(GateRef gate) in ReduceWord32Xor()
1039 GateRef InstructionCombine::ReduceWord64Lsr(GateRef gate) in ReduceWord64Lsr()
1054 GateRef InstructionCombine::ReduceWord32Lsr(GateRef gate) in ReduceWord32Lsr()
1079 GateRef InstructionCombine::ReduceWord64Asr(GateRef gate) in ReduceWord64Asr()
1093 GateRef InstructionCombine::ReduceWord32Asr(GateRef gate) in ReduceWord32Asr()
1123 GateRef InstructionCombine::ReduceWord64Lsl(GateRef gate) in ReduceWord64Lsl()
1146 GateRef InstructionCombine::ReduceWord32Lsl(GateRef gate) in ReduceWord32Lsl()