Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h63 mutable StringRef InstNamespace; variable
DCodeGenTarget.cpp270 if (InstNamespace.empty()) { in getInstNamespace()
274 InstNamespace = Inst->Namespace; in getInstNamespace()
280 return InstNamespace; in getInstNamespace()