Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1769 const Register SCRATCH_REGISTER = AVR::R0; in insertAtomicArithmeticOp() local
1787 BuildMI(*BB, I, dl, TII.get(AVR::INRdA), SCRATCH_REGISTER) in insertAtomicArithmeticOp()
1809 .addReg(SCRATCH_REGISTER); in insertAtomicArithmeticOp()
H A DAVRExpandPseudoInsts.cpp54 const Register SCRATCH_REGISTER = AVR::R0; member in __anon59414d380111::AVRExpandPseudo
926 .addReg(SCRATCH_REGISTER, RegState::Define) in expandAtomic()
937 .addReg(SCRATCH_REGISTER); in expandAtomic()