Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp492 Register Scratch4 = I->getOperand(9).getReg(); in expandAtomicBinOpSubword() local
529 BuildMI(loopMBB, DL, TII->get(SLTScratch4), Scratch4) in expandAtomicBinOpSubword()
542 .addReg(Scratch4); in expandAtomicBinOpSubword()
543 BuildMI(loopMBB, DL, TII->get(SELIncr), Scratch4) in expandAtomicBinOpSubword()
545 .addReg(Scratch4); in expandAtomicBinOpSubword()
548 .addReg(Scratch4); in expandAtomicBinOpSubword()
559 .addReg(Scratch4) in expandAtomicBinOpSubword()
599 .addReg(Scratch4) in expandAtomicBinOpSubword()
H A DMipsISelLowering.cpp1945 Register Scratch4 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1946 MIB.addReg(Scratch4, RegState::EarlyClobber | RegState::Define | in emitAtomicBinaryPartword()