Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp305 if (InstNamespace.empty()) { in getInstNamespace()
309 InstNamespace = Inst->Namespace; in getInstNamespace()
315 return InstNamespace; in getInstNamespace()
H A DCodeGenTarget.h75 mutable StringRef InstNamespace; variable