• Home
  • Raw
  • Download

Lines Matching defs:gate

138 GateRef InstructionCombine::ReplaceOld(GateRef gate, GateRef newGate)  in ReplaceOld()
145 GateRef InstructionCombine::VisitGate(GateRef gate) in VisitGate()
231 GateRef InstructionCombine::VisitConvert(GateRef gate) in VisitConvert()
283 GateRef InstructionCombine::VisitBranch(GateRef gate) in VisitBranch()
289 GateRef InstructionCombine::VisitREV(GateRef gate) in VisitREV()
303 GateRef InstructionCombine::VisitICMP(GateRef gate) in VisitICMP()
349 GateRef InstructionCombine::VisitADD(GateRef gate) in VisitADD()
365 GateRef InstructionCombine::VisitSUB(GateRef gate) in VisitSUB()
381 GateRef InstructionCombine::VisitMUL(GateRef gate) in VisitMUL()
397 GateRef InstructionCombine::VisitSDIV(GateRef gate) in VisitSDIV()
411 GateRef InstructionCombine::VisitFDIV(GateRef gate) in VisitFDIV()
423 GateRef InstructionCombine::VisitSMOD(GateRef gate) in VisitSMOD()
438 GateRef InstructionCombine::VisitAND(GateRef gate) in VisitAND()
452 GateRef InstructionCombine::VisitOR(GateRef gate) in VisitOR()
466 GateRef InstructionCombine::VisitXOR(GateRef gate) in VisitXOR()
480 GateRef InstructionCombine::VisitLSR(GateRef gate) in VisitLSR()
494 GateRef InstructionCombine::VisitASR(GateRef gate) in VisitASR()
509 GateRef InstructionCombine::VisitLSL(GateRef gate) in VisitLSL()
524 GateRef InstructionCombine::VisitExtractValue(GateRef gate) in VisitExtractValue()
576 GateRef InstructionCombine::ReduceInt64Add(GateRef gate) in ReduceInt64Add()
602 GateRef InstructionCombine::ReduceInt32Add(GateRef gate) in ReduceInt32Add()
644 GateRef InstructionCombine::ReduceInt64Sub(GateRef gate) in ReduceInt64Sub()
667 GateRef InstructionCombine::ReduceInt32Sub(GateRef gate) in ReduceInt32Sub()
690 GateRef InstructionCombine::ReduceInt64Mul(GateRef gate) in ReduceInt64Mul()
730 GateRef InstructionCombine::ReduceInt32Mul(GateRef gate) in ReduceInt32Mul()
771 GateRef InstructionCombine::ReduceInt64Div(GateRef gate) in ReduceInt64Div()
808 GateRef InstructionCombine::ReduceInt32Div(GateRef gate) in ReduceInt32Div()
845 GateRef InstructionCombine::ReduceDoubleAdd(GateRef gate) in ReduceDoubleAdd()
862 GateRef InstructionCombine::ReduceDoubleSub(GateRef gate) in ReduceDoubleSub()
880 GateRef InstructionCombine::ReduceDoubleMul(GateRef gate) in ReduceDoubleMul()
900 GateRef InstructionCombine::ReduceDoubleDiv(GateRef gate) in ReduceDoubleDiv()
917 GateRef InstructionCombine::ReduceInt32Mod(GateRef gate) in ReduceInt32Mod()
948 GateRef InstructionCombine::ReduceDoubleMod(GateRef gate) in ReduceDoubleMod()
964 GateRef InstructionCombine::ReduceWord64And(GateRef gate) in ReduceWord64And()
1001 GateRef InstructionCombine::ReduceWord32And(GateRef gate) in ReduceWord32And()
1038 GateRef InstructionCombine::ReduceWord64Or(GateRef gate) in ReduceWord64Or()
1072 GateRef InstructionCombine::ReduceWord32Or(GateRef gate) in ReduceWord32Or()
1107 GateRef InstructionCombine::ReduceWord64Xor(GateRef gate) in ReduceWord64Xor()
1132 GateRef InstructionCombine::ReduceWord32Xor(GateRef gate) in ReduceWord32Xor()
1156 GateRef InstructionCombine::ReduceWord64Lsr(GateRef gate) in ReduceWord64Lsr()
1171 GateRef InstructionCombine::ReduceWord32Lsr(GateRef gate) in ReduceWord32Lsr()
1196 GateRef InstructionCombine::ReduceWord64Asr(GateRef gate) in ReduceWord64Asr()
1210 GateRef InstructionCombine::ReduceWord32Asr(GateRef gate) in ReduceWord32Asr()
1240 GateRef InstructionCombine::ReduceWord64Lsl(GateRef gate) in ReduceWord64Lsl()
1263 GateRef InstructionCombine::ReduceWord32Lsl(GateRef gate) in ReduceWord32Lsl()