Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp786 constexpr const unsigned kLoopCounterReg = X86::R8; variable
808 return kLoopCounterReg; in getLoopCounterRegister()
848 .addDef(kLoopCounterReg) in decrementLoopCounterAndJump()
849 .addUse(kLoopCounterReg) in decrementLoopCounterAndJump()