Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h78 StringRef getRegNamespace() const;
H A DCodeGenTarget.cpp296 StringRef CodeGenTarget::getRegNamespace() const { in getRegNamespace() function in CodeGenTarget
H A DGlobalISelEmitter.cpp2801 Table << MatchTable::NamedValue(Target.getRegNamespace(), "NoRegister"); in emitRenderOpcodes()