Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.h62 mutable StringRef InstNamespace; variable
H A DCodeGenTarget.cpp288 if (InstNamespace.empty()) { in getInstNamespace()
292 InstNamespace = Inst->Namespace; in getInstNamespace()
298 return InstNamespace; in getInstNamespace()