Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DAttributes.cpp46 for (StringRef KindName : KindNames) { in emitTargetIndependentNames() local
47 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames()
68 for (StringRef KindName : {"EnumAttr", "TypeAttr", "IntAttr", in emitTargetIndependentNames()
70 OS << "First" << KindName << " = " << Value << ",\n"; in emitTargetIndependentNames()
71 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames()
75 OS << "Last" << KindName << " = " << (Value - 1) << ",\n"; in emitTargetIndependentNames()
118 for (StringRef KindName : {"EnumAttr", "TypeAttr", "IntAttr", in emitAttributeProperties()
120 bool AllowIntersectAnd = KindName == "EnumAttr"; in emitAttributeProperties()
121 bool AllowIntersectMin = KindName == "IntAttr"; in emitAttributeProperties()
122 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitAttributeProperties()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp84 bool expect(AsmToken::TokenKind Kind, const char *KindName) { in expect() argument
86 return error(std::string("Expected ") + KindName + ", instead got: ", in expect()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeInfoEmitter.cpp227 StringRef KindName = getTypeConstraintKindName(C.ConstraintType); in emitTypeConstraint() local
231 OS << formatv("{{{}, {}, {}, {}}", KindName, C.OperandNo, OtherOpNo, VTName); in emitTypeConstraint()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp402 bool expect(AsmToken::TokenKind Kind, const char *KindName) { in expect() argument
404 return error(std::string("Expected ") + KindName + ", instead got: ", in expect()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp341 std::string KindName = formatModuleDetailKind(Kind(K.first)); in printModuleDetailStats() local
342 P.formatLine("{0,40}: {1,7} entries ({2,12:N} bytes)", KindName, in printModuleDetailStats()