Searched refs:Scratch2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp110 Register Scratch2 = I->getOperand(8).getReg(); local
146 BuildMI(loop1MBB, DL, TII->get(Mips::AND), Scratch2)
150 .addReg(Scratch2).addReg(ShiftCmpVal).addMBB(sinkMBB);
176 .addReg(Scratch2)
736 Register Scratch2 = I->getOperand(4).getReg(); local
740 (Size == 8) ? STI->getRegisterInfo()->getSubReg(Scratch2, Mips::sub_32)
741 : Scratch2;
748 // unsigned: sltu Scratch2, oldVal, Incr
749 // signed: slt Scratch2, oldVal, Incr
755 // max: seleqz Scratch, OldVal, Scratch2
[all...]
H A DMipsISelLowering.cpp1614 Register Scratch2 = local
1616 MIB.addReg(Scratch2, RegState::Define | RegState::EarlyClobber |
1682 Register Scratch2 = RegInfo.createVirtualRegister(RC); local
1826 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define |
1948 Register Scratch2 = RegInfo.createVirtualRegister(RC); local
2019 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define |

Completed in 68 milliseconds