Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp90 LiveReg(State.getExegesisTarget().getLoopCounterRegister( in TEST_F()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp53 LoopCounter(State.getExegesisTarget().getLoopCounterRegister( in LoopSnippetRepetitor()
H A DTarget.h95 virtual unsigned getLoopCounterRegister(const Triple &) const { return 0; } in getLoopCounterRegister() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp692 unsigned getLoopCounterRegister(const Triple &) const override;
804 unsigned ExegesisX86Target::getLoopCounterRegister(const Triple &TT) const { in getLoopCounterRegister() function in llvm::exegesis::ExegesisX86Target