Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h78 StringRef getRegNamespace() const;
DCodeGenTarget.cpp283 StringRef CodeGenTarget::getRegNamespace() const { in getRegNamespace() function in CodeGenTarget
DGlobalISelEmitter.cpp2754 Table << MatchTable::NamedValue(Target.getRegNamespace(), "NoRegister"); in emitRenderOpcodes()