| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CallingConvEmitter.cpp | 162 std::string Name = getQualifiedName(RegList->getElementAsRecord(0)); in EmitAction() 175 std::string Name = getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction() 221 O << getQualifiedName(RegList->getElementAsRecord(0)); in EmitAction() 222 O << ", " << getQualifiedName(ShadowRegList->getElementAsRecord(0)); in EmitAction() 233 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction() 241 O << LSS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction() 290 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
|
| H A D | RegisterInfoEmitter.cpp | 369 getQualifiedName(Reg) + in finalizeDwarfRegNumsKeys() 428 OS << " { " << I.first << "U, " << getQualifiedName(I.second) in EmitRegMappingTables() 486 OS << " { " << getQualifiedName(DwarfRegNum.first) << ", " << RegNo in EmitRegMappingTables() 739 OS << Rows[r][i]->getQualifiedName() << ", "; in emitComposeSubRegIndices() 995 OS << LS << getQualifiedName(R->TheDef); in runMCDesc() 1021 OS << getQualifiedName(Reg) << ", "; in runMCDesc() 1363 OS << " &" << Super->getQualifiedName() << "RegClass,\n"; in runTargetDesc() 1380 OS << (elem ? ", " : " ") << getQualifiedName(Elems[elem]); in runTargetDesc() 1385 << "MCRegisterClasses[" << RC.getQualifiedName() + "RegClassID];\n" in runTargetDesc() 1434 OS << " &" << RC.getQualifiedName() << "RegClass,\n"; in runTargetDesc() [all …]
|
| H A D | DAGISelMatcherEmitter.cpp | 804 OS << "TARGET_VAL(" << getQualifiedName(Reg->TheDef) << "),\n"; in EmitMatcher() 820 OS << getQualifiedName(Reg->TheDef) << ",\n"; in EmitMatcher() 864 << "TARGET_VAL(" << getQualifiedName(Reg->TheDef) << "),\n"; in EmitMatcher() 869 << getQualifiedName(Reg->TheDef) << ",\n"; in EmitMatcher() 873 << getQualifiedName(Reg->TheDef) << ",\n"; in EmitMatcher()
|
| H A D | DirectiveEmitter.cpp | 728 auto getQualifiedName = [&](StringRef Formatted) -> std::string { in GenerateGetDirectiveAssociation() local 745 OS << " case " << getQualifiedName(Dir.getFormattedName()) << ":\n"; in GenerateGetDirectiveAssociation()
|
| H A D | AsmWriterEmitter.cpp | 859 AliasMap[getQualifiedName(DI->getOperatorAsDef(R->getLoc()))].insert( in EmitPrintAliasInstruction() 1106 auto It = IAPrinterMap.find(getQualifiedName(Inst->TheDef)); in EmitPrintAliasInstruction()
|
| H A D | InstrInfoEmitter.cpp | 160 Res += getQualifiedName(OpR) + "RegClassID, "; in GetOperandInfo() 1006 OS << ' ' << getQualifiedName(Reg) << ','; in run()
|
| H A D | FastISelEmitter.cpp | 513 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns()
|
| H A D | DAGISelMatcherGen.cpp | 736 std::string Value = getQualifiedName(Def); in EmitResultLeafAsOperand()
|
| H A D | AsmMatcherEmitter.cpp | 2244 Reg = getQualifiedName(OpInfo.Register); in emitConvertFuncs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 201 StringRef getQualifiedName() const { in getQualifiedName() function 313 return ElementType ? ElementType->getQualifiedName() : ""; in getTypeQualifiedName()
|
| H A D | LVScope.h | 277 void getQualifiedName(std::string &QualifiedName) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 487 << "Qualified = " << formattedName(getQualifiedName()) << "\n" in equals() 491 << "Qualified = " << formattedName(Element->getQualifiedName()) in equals()
|
| H A D | LVScope.cpp | 495 void LVScope::getQualifiedName(std::string &QualifiedName) const { in resolveTemplate() 500 Parent->getQualifiedName(QualifiedName); in resolveTemplate() 521 getQualifiedName(BaseName); in encodeTemplateArguments() 503 void LVScope::getQualifiedName(std::string &QualifiedName) const { getQualifiedName() function in LVScope
|
| /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 | 94 std::string getQualifiedName() const; 375 std::string getQualifiedName() const;
|
| H A D | CodeGenRegisters.cpp | 71 std::string CodeGenSubRegIndex::getQualifiedName() const { in getQualifiedName() function in CodeGenSubRegIndex 992 std::string CodeGenRegisterClass::getQualifiedName() const { in getQualifiedName() function in CodeGenRegisterClass 1548 PrintWarning(Twine("SubRegIndex ") + Idx1->getQualifiedName() + in computeComposites() 1549 " and " + Idx2->getQualifiedName() + in computeComposites() 1550 " compose ambiguously as " + Prev->getQualifiedName() + in computeComposites() 1551 " or " + Idx3->getQualifiedName()); in computeComposites()
|
| H A D | CodeGenTarget.cpp | 77 std::string llvm::getQualifiedName(const Record *R) { in getQualifiedName() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 2026 Table << MatchTable::NamedValue(2, SubRegIdx->getQualifiedName()); in emitRenderOpcodes()
|