Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp783 constexpr const unsigned kLoopCounterReg = X86::R8; variable
805 return kLoopCounterReg; in getLoopCounterRegister()
845 .addDef(kLoopCounterReg) in decrementLoopCounterAndJump()
846 .addUse(kLoopCounterReg) in decrementLoopCounterAndJump()