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()
151 GateRef InstructionCombine::VisitBranch(GateRef gate) in VisitBranch()
157 GateRef InstructionCombine::VisitREV(GateRef gate) in VisitREV()
171 GateRef InstructionCombine::VisitICMP(GateRef gate) in VisitICMP()
217 GateRef InstructionCombine::VisitADD(GateRef gate) in VisitADD()
233 GateRef InstructionCombine::VisitSUB(GateRef gate) in VisitSUB()
249 GateRef InstructionCombine::VisitMUL(GateRef gate) in VisitMUL()
265 GateRef InstructionCombine::VisitSDIV(GateRef gate) in VisitSDIV()
279 GateRef InstructionCombine::VisitFDIV(GateRef gate) in VisitFDIV()
291 GateRef InstructionCombine::VisitSMOD(GateRef gate) in VisitSMOD()
306 GateRef InstructionCombine::VisitAND(GateRef gate) in VisitAND()
320 GateRef InstructionCombine::VisitOR(GateRef gate) in VisitOR()
334 GateRef InstructionCombine::VisitXOR(GateRef gate) in VisitXOR()
348 GateRef InstructionCombine::VisitLSR(GateRef gate) in VisitLSR()
362 GateRef InstructionCombine::VisitASR(GateRef gate) in VisitASR()
377 GateRef InstructionCombine::VisitLSL(GateRef gate) in VisitLSL()
392 GateRef InstructionCombine::VisitExtractValue(GateRef gate) in VisitExtractValue()
444 GateRef InstructionCombine::ReduceInt64Add(GateRef gate) in ReduceInt64Add()
470 GateRef InstructionCombine::ReduceInt32Add(GateRef gate) in ReduceInt32Add()
512 GateRef InstructionCombine::ReduceInt64Sub(GateRef gate) in ReduceInt64Sub()
535 GateRef InstructionCombine::ReduceInt32Sub(GateRef gate) in ReduceInt32Sub()
558 GateRef InstructionCombine::ReduceInt64Mul(GateRef gate) in ReduceInt64Mul()
599 GateRef InstructionCombine::ReduceInt32Mul(GateRef gate) in ReduceInt32Mul()
641 GateRef InstructionCombine::ReduceInt64Div(GateRef gate) in ReduceInt64Div()
679 GateRef InstructionCombine::ReduceInt32Div(GateRef gate) in ReduceInt32Div()
717 GateRef InstructionCombine::ReduceDoubleAdd(GateRef gate) in ReduceDoubleAdd()
734 GateRef InstructionCombine::ReduceDoubleSub(GateRef gate) in ReduceDoubleSub()
752 GateRef InstructionCombine::ReduceDoubleMul(GateRef gate) in ReduceDoubleMul()
772 GateRef InstructionCombine::ReduceDoubleDiv(GateRef gate) in ReduceDoubleDiv()
789 GateRef InstructionCombine::ReduceInt32Mod(GateRef gate) in ReduceInt32Mod()
820 GateRef InstructionCombine::ReduceDoubleMod(GateRef gate) in ReduceDoubleMod()
836 GateRef InstructionCombine::ReduceWord64And(GateRef gate) in ReduceWord64And()
873 GateRef InstructionCombine::ReduceWord32And(GateRef gate) in ReduceWord32And()
910 GateRef InstructionCombine::ReduceWord64Or(GateRef gate) in ReduceWord64Or()
944 GateRef InstructionCombine::ReduceWord32Or(GateRef gate) in ReduceWord32Or()
979 GateRef InstructionCombine::ReduceWord64Xor(GateRef gate) in ReduceWord64Xor()
1003 GateRef InstructionCombine::ReduceWord32Xor(GateRef gate) in ReduceWord32Xor()
1026 GateRef InstructionCombine::ReduceWord64Lsr(GateRef gate) in ReduceWord64Lsr()
1041 GateRef InstructionCombine::ReduceWord32Lsr(GateRef gate) in ReduceWord32Lsr()
1066 GateRef InstructionCombine::ReduceWord64Asr(GateRef gate) in ReduceWord64Asr()
1080 GateRef InstructionCombine::ReduceWord32Asr(GateRef gate) in ReduceWord32Asr()
1110 GateRef InstructionCombine::ReduceWord64Lsl(GateRef gate) in ReduceWord64Lsl()
1133 GateRef InstructionCombine::ReduceWord32Lsl(GateRef gate) in ReduceWord32Lsl()