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

/freebsd-12-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.cpp1605 Register Scratch2 = local
1607 MIB.addReg(Scratch2, RegState::Define | RegState::EarlyClobber |
1673 Register Scratch2 = RegInfo.createVirtualRegister(RC); local
1817 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define |
1939 Register Scratch2 = RegInfo.createVirtualRegister(RC); local
2010 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define |

Completed in 117 milliseconds