Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp392 StringRef InstNS; member in __anon3cd78fb00711::FastISelMap
396 explicit FastISelMap(StringRef InstNS);
416 FastISelMap::FastISelMap(StringRef instns) : InstNS(instns) {} in FastISelMap()
652 OS << "(" << InstNS << "::" << Memo.Name << ", "; in emitInstructionCode()
653 OS << "&" << InstNS << "::" << Memo.RC->getName() << "RegClass"; in emitInstructionCode()
839 StringRef InstNS = Target.getInstNamespace(); in EmitFastISel() local
840 assert(!InstNS.empty() && "Can't determine target-specific namespace!"); in EmitFastISel()
842 FastISelMap F(InstNS); in EmitFastISel()