Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h92 StringRef getRegNamespace() const;
H A DCodeGenTarget.cpp119 StringRef CodeGenTarget::getRegNamespace() const { in getRegNamespace() function in CodeGenTarget
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1980 Table << MatchTable::NamedValue(2, Target.getRegNamespace(), "NoRegister"); in emitRenderOpcodes()