Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp370 std::string InstNS; member in __anonc8589b870111::FastISelMap
373 explicit FastISelMap(std::string InstNS);
394 : InstNS(instns) { in FastISelMap()
420 InstNS = Target.getInstNamespace() + "::"; in collectPatterns()
421 assert(InstNS.size() > 2 && "Can't determine target-specific namespace!"); in collectPatterns()
642 OS << "(" << InstNS << Memo.Name << ", "; in printFunctionDefinitions()
643 OS << InstNS << Memo.RC->getName() << "RegisterClass"; in printFunctionDefinitions()
734 OS << "(" << InstNS << Memo.Name << ", "; in printFunctionDefinitions()
735 OS << InstNS << Memo.RC->getName() << "RegisterClass"; in printFunctionDefinitions()
858 std::string InstNS = Target.getInstNamespace() + "::"; in run() local
[all …]
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp393 std::string InstNS; member in __anon817e0e5b0511::FastISelMap
396 explicit FastISelMap(std::string InstNS);
420 FastISelMap::FastISelMap(std::string instns) : InstNS(std::move(instns)) {} in FastISelMap()
444 InstNS = Target.getInstNamespace() + "::"; in collectPatterns()
445 assert(InstNS.size() > 2 && "Can't determine target-specific namespace!"); in collectPatterns()
666 OS << "(" << InstNS << Memo.Name << ", "; in emitInstructionCode()
667 OS << "&" << InstNS << Memo.RC->getName() << "RegClass"; in emitInstructionCode()
880 std::string InstNS = Target.getInstNamespace() + "::"; in EmitFastISel() local
881 assert(InstNS.size() > 2 && "Can't determine target-specific namespace!"); in EmitFastISel()
883 FastISelMap F(InstNS); in EmitFastISel()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp400 StringRef InstNS; member in __anone2c787b30511::FastISelMap
403 explicit FastISelMap(StringRef InstNS);
427 FastISelMap::FastISelMap(StringRef instns) : InstNS(instns) {} in FastISelMap()
672 OS << "(" << InstNS << "::" << Memo.Name << ", "; in emitInstructionCode()
673 OS << "&" << InstNS << "::" << Memo.RC->getName() << "RegClass"; in emitInstructionCode()
886 StringRef InstNS = Target.getInstNamespace(); in EmitFastISel() local
887 assert(!InstNS.empty() && "Can't determine target-specific namespace!"); in EmitFastISel()
889 FastISelMap F(InstNS); in EmitFastISel()