Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp236 OS << " (1u << (" << RC->getQualifiedIdName() << " - " in emitBaseClassImplementation()
H A DRegisterInfoEmitter.cpp1055 << ", " << RCBitsSize << ", " << RC.getQualifiedIdName() << ", " in runMCDesc()
1618 << (BaseRC ? BaseRC->getQualifiedIdName() : "InvalidRegClassID") in runTargetDesc()
H A DDAGISelMatcherGen.cpp712 std::string Value = RC.getQualifiedIdName(); in EmitResultLeafAsOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h377 std::string getQualifiedIdName() const;
H A DCodeGenRegisters.cpp1000 std::string CodeGenRegisterClass::getQualifiedIdName() const { in getQualifiedIdName() function in CodeGenRegisterClass
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1258 << MatchTable::NamedValue(2, RC.getQualifiedIdName()) in emitPredicateOpcodes()
2375 << MatchTable::NamedValue(2, RC.getQualifiedIdName()) in emitActionOpcodes()