Searched refs:Scratch2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 110 Register Scratch2 = I->getOperand(8).getReg(); in expandAtomicCmpSwapSubword() local 146 BuildMI(loop1MBB, DL, TII->get(Mips::AND), Scratch2) in expandAtomicCmpSwapSubword() 150 .addReg(Scratch2).addReg(ShiftCmpVal).addMBB(sinkMBB); in expandAtomicCmpSwapSubword() 176 .addReg(Scratch2) in expandAtomicCmpSwapSubword() 772 MCRegister Scratch2 = I->getOperand(4).getReg().asMCReg(); in expandAtomicBinOp() local 776 (Size == 8) ? STI->getRegisterInfo()->getSubReg(Scratch2, Mips::sub_32) in expandAtomicBinOp() 777 : Scratch2; in expandAtomicBinOp() 799 .addReg(Scratch2); in expandAtomicBinOp() 800 BuildMI(loopMBB, DL, TII->get(SELIncr), Scratch2) in expandAtomicBinOp() 802 .addReg(Scratch2); in expandAtomicBinOp() [all …]
|
H A D | MipsISelLowering.cpp | 1633 Register Scratch2 = in emitAtomicBinary() local 1635 MIB.addReg(Scratch2, RegState::Define | RegState::EarlyClobber | in emitAtomicBinary() 1701 Register Scratch2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1845 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define | in emitAtomicBinaryPartword() 1967 Register Scratch2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local 2038 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define | in emitAtomicCmpSwapPartword()
|