Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp110 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()
736 MCRegister Scratch2 = I->getOperand(4).getReg().asMCReg(); in expandAtomicBinOp() local
741 : Scratch2; in expandAtomicBinOp()
763 .addReg(Scratch2); in expandAtomicBinOp()
764 BuildMI(loopMBB, DL, TII->get(SELIncr), Scratch2) in expandAtomicBinOp()
766 .addReg(Scratch2); in expandAtomicBinOp()
769 .addReg(Scratch2); in expandAtomicBinOp()
[all …]
H A DMipsISelLowering.cpp1617 Register Scratch2 = in emitAtomicBinary() local
1619 MIB.addReg(Scratch2, RegState::Define | RegState::EarlyClobber | in emitAtomicBinary()
1685 Register Scratch2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1829 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define | in emitAtomicBinaryPartword()
1951 Register Scratch2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
2022 .addReg(Scratch2, RegState::EarlyClobber | RegState::Define | in emitAtomicCmpSwapPartword()