Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.h88 int getRegTmpIndex() const { return hasTinyEncoding() ? 16 : 0; } in getRegTmpIndex() function
H A DAVRAsmPrinter.cpp295 MCConstantExpr::create(SubTM->getRegTmpIndex(), MMI->getContext())); in emitStartOfAsmFile()