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.cpp472 Register Scratch4 = I->getOperand(9).getReg(); in expandAtomicBinOpSubword() local
509 BuildMI(loopMBB, DL, TII->get(SLTScratch4), Scratch4) in expandAtomicBinOpSubword()
522 .addReg(Scratch4); in expandAtomicBinOpSubword()
523 BuildMI(loopMBB, DL, TII->get(SELIncr), Scratch4) in expandAtomicBinOpSubword()
525 .addReg(Scratch4); in expandAtomicBinOpSubword()
528 .addReg(Scratch4); in expandAtomicBinOpSubword()
539 .addReg(Scratch4) in expandAtomicBinOpSubword()
H A DMipsISelLowering.cpp1850 Register Scratch4 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1851 MIB.addReg(Scratch4, RegState::EarlyClobber | RegState::Define | in emitAtomicBinaryPartword()