| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 309 def C_F_#NAME#_MM : MMRel, C_COND_FT<"f", TypeStr, RC, itin>, 314 def C_UN_#NAME#_MM : MMRel, C_COND_FT<"un", TypeStr, RC, itin>, 319 def C_EQ_#NAME#_MM : MMRel, C_COND_FT<"eq", TypeStr, RC, itin>, 324 def C_UEQ_#NAME#_MM : MMRel, C_COND_FT<"ueq", TypeStr, RC, itin>, 329 def C_OLT_#NAME#_MM : MMRel, C_COND_FT<"olt", TypeStr, RC, itin>, 333 def C_ULT_#NAME#_MM : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>, 337 def C_OLE_#NAME#_MM : MMRel, C_COND_FT<"ole", TypeStr, RC, itin>, 341 def C_ULE_#NAME#_MM : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>, 345 def C_SF_#NAME#_MM : MMRel, C_COND_FT<"sf", TypeStr, RC, itin>, 363 def C_LT_#NAME#_MM : MMRel, C_COND_FT<"lt", TypeStr, RC, itin>, [all …]
|
| H A D | MipsInstrFPU.td | 286 def C_F_#NAME : MMRel, C_COND_FT<"f", TypeStr, RC, itin>, 291 def C_UN_#NAME : MMRel, C_COND_FT<"un", TypeStr, RC, itin>, 296 def C_EQ_#NAME : MMRel, C_COND_FT<"eq", TypeStr, RC, itin>, 301 def C_UEQ_#NAME : MMRel, C_COND_FT<"ueq", TypeStr, RC, itin>, 306 def C_OLT_#NAME : MMRel, C_COND_FT<"olt", TypeStr, RC, itin>, 310 def C_ULT_#NAME : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>, 314 def C_OLE_#NAME : MMRel, C_COND_FT<"ole", TypeStr, RC, itin>, 318 def C_ULE_#NAME : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>, 322 def C_SF_#NAME : MMRel, C_COND_FT<"sf", TypeStr, RC, itin>, 340 def C_LT_#NAME : MMRel, C_COND_FT<"lt", TypeStr, RC, itin>, [all …]
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 40 constexpr StringRef SectionHeaderTable::TypeStr; member in llvm::ELFYAML::SectionHeaderTable 1522 StringRef TypeStr; in mapping() local 1527 TypeStr = SHT->TypeStr; in mapping() 1531 TypeStr = getStringValue(IO, "Type"); in mapping() 1532 if (TypeStr.startswith("SHT_") || isInteger(TypeStr)) in mapping() 1536 if (TypeStr == "Fill") { in mapping() 1543 if (TypeStr == ELFYAML::SectionHeaderTable::TypeStr) { in mapping() 1545 setStringValue(IO, "Type", TypeStr); in mapping()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 552 const std::string TypeStr = AccessIsWrite ? "store" : "load"; in initializeCallbacks() local 557 M.getOrInsertFunction(ClMemoryAccessCallbackPrefix + TypeStr + "N", in initializeCallbacks() 561 M.getOrInsertFunction(ClMemoryAccessCallbackPrefix + TypeStr, in initializeCallbacks()
|
| H A D | HWAddressSanitizer.cpp | 632 const std::string TypeStr = AccessIsWrite ? "store" : "load"; in initializeCallbacks() local 636 ClMemoryAccessCallbackPrefix + TypeStr + "N" + EndingStr, in initializeCallbacks() 643 ClMemoryAccessCallbackPrefix + TypeStr + in initializeCallbacks()
|
| H A D | AddressSanitizer.cpp | 2475 const std::string TypeStr = AccessIsWrite ? "store" : "load"; in initializeCallbacks() local 2487 kAsanReportErrorTemplate + ExpStr + TypeStr + "_n" + EndingStr, in initializeCallbacks() 2491 ClMemoryAccessCallbackPrefix + ExpStr + TypeStr + "N" + EndingStr, in initializeCallbacks() 2496 const std::string Suffix = TypeStr + itostr(1ULL << AccessSizeIndex); in initializeCallbacks()
|
| /llvm-project-15.0.7/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 250 auto getTypeString = [&](StringRef TypeStr) { in initTypeStr() argument 252 return Twine(TypeStr + Twine(ElementBitwidth) + "_t").str(); in initTypeStr() 253 return Twine("v" + TypeStr + Twine(ElementBitwidth) + LMUL.str() + "_t") in initTypeStr()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 234 std::string TypeStr = in MakePropertyEncodingString() local 237 NameAndAttributes += TypeStr.length() + 3; in MakePropertyEncodingString() 238 NameAndAttributes += TypeStr; in MakePropertyEncodingString() 304 llvm::Constant *TypeEncoding = MakeConstantString(TypeStr); in PushProperty() 1137 std::string TypeStr = in PushProperty() local 1139 Fields.add(MakeConstantString(TypeStr)); in PushProperty() 1849 std::string TypeStr; in GenerateClass() local 1852 ivarBuilder.add(MakeConstantString(TypeStr)); in GenerateClass() 3544 std::string TypeStr; in GenerateClass() local 3545 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass() [all …]
|
| H A D | CGObjCMac.cpp | 5644 std::string TypeStr; in GetMethodVarType() local 5645 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType() 5647 llvm::GlobalVariable *&Entry = MethodVarTypes[TypeStr]; in GetMethodVarType() 5649 Entry = CreateCStringLiteral(TypeStr, ObjCLabelType::MethodVarType); in GetMethodVarType() 5655 std::string TypeStr = in GetMethodVarType() local 5658 llvm::GlobalVariable *&Entry = MethodVarTypes[TypeStr]; in GetMethodVarType() 5660 Entry = CreateCStringLiteral(TypeStr, ObjCLabelType::MethodVarType); in GetMethodVarType() 5677 std::string TypeStr = in GetPropertyTypeString() local 5679 return GetPropertyName(&CGM.getContext().Idents.get(TypeStr)); in GetPropertyTypeString()
|
| H A D | CodeGenModule.cpp | 2861 std::string TypeStr = Ty.getAsString(getContext().getPrintingPolicy()); in isInNoSanitizeList() local 2862 if (NoSanitizeL.containsType(Kind, TypeStr, Category)) in isInNoSanitizeList()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1463 multiclass SETP<string TypeStr, RegisterClass RC, Operand ImmCls> { 1466 !strconcat("setp${cmp:base}${cmp:ftz}.", TypeStr, 1470 !strconcat("setp${cmp:base}${cmp:ftz}.", TypeStr, 1474 !strconcat("setp${cmp:base}${cmp:ftz}.", TypeStr, 1509 multiclass SET<string TypeStr, RegisterClass RC, Operand ImmCls> { 1544 multiclass SELP<string TypeStr, RegisterClass RC, Operand ImmCls> { 1559 multiclass SELP_PATTERN<string TypeStr, RegisterClass RC, Operand ImmCls, 1564 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), 1569 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), 1574 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), [all …]
|
| H A D | NVPTXIntrinsics.td | 1432 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp, 1454 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp, 1459 ".reg \t.s", TypeStr, " temp; \n\t", 1460 "neg.s", TypeStr, " \ttemp, $b; \n\t", 1476 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp, 1986 # "." # OpStr # "." # TypeStr 2000 # "." # OpStr # "." # TypeStr 2030 defm _cta : ATOM2A_impl<OpStr, IntTypeStr, TypeStr, "cta", 2033 defm _sys : ATOM2A_impl<OpStr, IntTypeStr, TypeStr, "sys", 2042 defm _cta : ATOM3A_impl<OpStr, IntTypeStr, TypeStr, "cta", [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1585 std::string TypeStr = PDecl->getASTContext().getUnqualifiedObjCPointerType(T). in VisitObjCPropertyDecl() local 1587 Out << ' ' << TypeStr; in VisitObjCPropertyDecl() 1588 if (!StringRef(TypeStr).endswith("*")) in VisitObjCPropertyDecl()
|
| H A D | ASTContext.cpp | 11282 const char *TypeStr = BuiltinInfo.getTypeString(Id); in GetBuiltinType() local 11283 if (TypeStr[0] == '\0') { in GetBuiltinType() 11292 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 11299 while (TypeStr[0] && TypeStr[0] != '.') { in GetBuiltinType() 11300 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType() 11319 assert((TypeStr[0] != '.' || TypeStr[1] == 0) && in GetBuiltinType() 11322 bool Variadic = (TypeStr[0] == '.'); in GetBuiltinType()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1905 StringRef TypeStr = Token.range(); in parseTypedImmediateOperand() local 1906 if (TypeStr.front() != 'i' && TypeStr.front() != 's' && in parseTypedImmediateOperand() 1907 TypeStr.front() != 'p') in parseTypedImmediateOperand()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 5978 std::string TypeStr; in diagnoseNoViableConversion() local 11447 std::string TypeStr("operator"); in NoteBuiltinOperatorCandidate() local 11448 TypeStr += Opc; in NoteBuiltinOperatorCandidate() 11449 TypeStr += "("; in NoteBuiltinOperatorCandidate() 11450 TypeStr += Cand->BuiltinParamTypes[0].getAsString(); in NoteBuiltinOperatorCandidate() 11452 TypeStr += ")"; in NoteBuiltinOperatorCandidate() 11453 S.Diag(OpLoc, diag::note_ovl_builtin_candidate) << TypeStr; in NoteBuiltinOperatorCandidate() 11455 TypeStr += ", "; in NoteBuiltinOperatorCandidate() 11456 TypeStr += Cand->BuiltinParamTypes[1].getAsString(); in NoteBuiltinOperatorCandidate() 11457 TypeStr += ")"; in NoteBuiltinOperatorCandidate() [all …]
|
| H A D | SemaChecking.cpp | 8201 const char *TypeStr) { in SemaBuiltinPPCMMACall() argument 8203 assert((TypeStr[0] != '\0') && in SemaBuiltinPPCMMACall() 8234 QualType type = DecodePPCMMATypeFromStr(Context, TypeStr, Mask); in SemaBuiltinPPCMMACall() 8237 while (*TypeStr != '\0') { in SemaBuiltinPPCMMACall() 8239 QualType ExpectedType = DecodePPCMMATypeFromStr(Context, TypeStr, Mask); in SemaBuiltinPPCMMACall() 8278 while (*TypeStr != '\0') { in SemaBuiltinPPCMMACall() 8279 (void) DecodePPCMMATypeFromStr(Context, TypeStr, Mask); in SemaBuiltinPPCMMACall()
|
| H A D | SemaDeclAttr.cpp | 2893 StringRef TypeStr; in handleVisibilityAttr() local 2895 if (!S.checkStringLiteralArgumentAttr(AL, 0, TypeStr, &LiteralLoc)) in handleVisibilityAttr() 2899 if (!VisibilityAttr::ConvertStrToVisibilityType(TypeStr, type)) { in handleVisibilityAttr() 2901 << TypeStr; in handleVisibilityAttr()
|
| H A D | SemaExprCXX.cpp | 3900 std::string TypeStr; in CheckVirtualDtorCall() local 3901 ClassType.getAsStringInternal(TypeStr, getPrintingPolicy()); in CheckVirtualDtorCall() 3903 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 313 static constexpr StringRef TypeStr = "SectionHeaderTable"; member
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 6473 std::string TypeStr; in printFileHeaders() local 6475 TypeStr = Ent->Name.str(); in printFileHeaders() 6478 TypeStr = "Processor Specific"; in printFileHeaders() 6480 TypeStr = "OS Specific"; in printFileHeaders() 6482 TypeStr = "Unknown"; in printFileHeaders() 6484 W.printString("Type", TypeStr + " (0x" + utohexstr(E.e_type) + ")"); in printFileHeaders()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 405 value TypeStr = caml_copy_string(TypeCStr); in llvm_string_of_lltype() local 408 return TypeStr; in llvm_string_of_lltype()
|