| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 363 getQualifiedName(Reg) + in finalizeDwarfRegNumsKeys() 422 OS << " { " << I.first << "U, " << getQualifiedName(I.second) in EmitRegMappingTables() 480 OS << " { " << getQualifiedName(DwarfRegNum.first) << ", " << RegNo in EmitRegMappingTables() 734 OS << Elem->getQualifiedName() << ", "; in emitComposeSubRegIndices() 780 OS << FoundReverse->getQualifiedName() << ", "; in emitComposeSubRegIndices() 1032 OS << LS << getQualifiedName(R->TheDef); in runMCDesc() 1058 OS << getQualifiedName(Reg) << ", "; in runMCDesc() 1415 OS << (elem ? ", " : " ") << getQualifiedName(Elems[elem]); in runTargetDesc() 1420 << "MCRegisterClasses[" << RC.getQualifiedName() + "RegClassID];\n" in runTargetDesc() 1470 OS << " &" << RC.getQualifiedName() << "RegClass,\n"; in runTargetDesc() [all …]
|
| H A D | CallingConvEmitter.cpp | 140 return getQualifiedName(DI->getDef()); in getQualifiedRegisterName() 144 return getQualifiedName(CGR->TheDef); in getQualifiedRegisterName()
|
| H A D | DAGISelMatcherEmitter.cpp | 846 OS << "TARGET_VAL(" << getQualifiedName(Reg->TheDef) << "),\n"; in EmitMatcher() 863 OS << getQualifiedName(Reg->TheDef); in EmitMatcher() 914 << "TARGET_VAL(" << getQualifiedName(Reg->TheDef) << "),\n"; in EmitMatcher() 919 << getQualifiedName(Reg->TheDef) << ",\n"; in EmitMatcher() 923 << getQualifiedName(Reg->TheDef) << ",\n"; in EmitMatcher()
|
| H A D | InstrInfoEmitter.cpp | 146 Res += getQualifiedName(OpR) + "RegClassID, "; in GetOperandInfo() 912 OS << ' ' << getQualifiedName(Reg) << ','; in run()
|
| H A D | AsmWriterEmitter.cpp | 858 AliasMap[getQualifiedName(DI->getOperatorAsDef(R->getLoc()))].emplace( in EmitPrintAliasInstruction() 1099 auto It = IAPrinterMap.find(getQualifiedName(Inst->TheDef)); in EmitPrintAliasInstruction()
|
| H A D | FastISelEmitter.cpp | 494 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns()
|
| H A D | DAGISelMatcherGen.cpp | 736 std::string Value = getQualifiedName(Def); in EmitResultLeafAsOperand()
|
| H A D | AsmMatcherEmitter.cpp | 2236 Reg = getQualifiedName(OpInfo.Register); in emitConvertFuncs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 209 StringRef getQualifiedName() const { in getQualifiedName() function 327 return ElementType ? ElementType->getQualifiedName() : ""; in getTypeQualifiedName()
|
| H A D | LVScope.h | 286 void getQualifiedName(std::string &QualifiedName) const;
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenTarget.h | 53 std::string getQualifiedName(const Record *R);
|
| H A D | CodeGenRegisters.h | 93 std::string getQualifiedName() const; 383 std::string getQualifiedName() const;
|
| H A D | CodeGenRegisters.cpp | 72 std::string CodeGenSubRegIndex::getQualifiedName() const { in getQualifiedName() function in CodeGenSubRegIndex 915 std::string CodeGenRegisterClass::getQualifiedName() const { in getQualifiedName() function in CodeGenRegisterClass 1481 PrintWarning(Twine("SubRegIndex ") + Idx1->getQualifiedName() + in computeComposites() 1482 " and " + Idx2->getQualifiedName() + in computeComposites() 1483 " compose ambiguously as " + Prev->getQualifiedName() + in computeComposites() 1484 " or " + Idx3->getQualifiedName()); in computeComposites()
|
| H A D | CodeGenTarget.cpp | 63 std::string llvm::getQualifiedName(const Record *R) { in getQualifiedName() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 486 << "Qualified = " << formattedName(getQualifiedName()) << "\n" in equals() 490 << "Qualified = " << formattedName(Element->getQualifiedName()) in equals()
|
| H A D | LVScope.cpp | 502 void LVScope::getQualifiedName(std::string &QualifiedName) const { in getQualifiedName() function in LVScope 507 Parent->getQualifiedName(QualifiedName); in getQualifiedName() 528 getQualifiedName(BaseName); in encodeTemplateArguments()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 2059 Table << MatchTable::NamedValue(2, SubRegIdx->getQualifiedName()); in emitRenderOpcodes()
|