| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 34 struct StringValue { struct 38 StringValue() = default; argument 81 StringValue Value; 192 StringValue Class; 215 StringValue Register; 245 StringValue Name; 255 StringValue DebugVar; 257 StringValue DebugLoc; 313 StringValue DebugVar; 462 StringValue Reg; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.h | 27 std::string StringValue; member 64 Item->StringValue = std::string(Value); in setAttributeItem() 73 StringRef StringValue, bool OverwriteExisting) { in setAttributeItems() argument 80 Item->StringValue = std::string(StringValue); in setAttributeItems() 86 std::string(StringValue)}); in setAttributeItems()
|
| H A D | CSKYELFStreamer.cpp | 121 Streamer.emitBytes(item.StringValue); in finishAttributeSection() 126 Streamer.emitBytes(item.StringValue); in finishAttributeSection() 147 Result += item.StringValue.size() + 1; // string + '\0' in calculateContentSize() 152 Result += item.StringValue.size() + 1; // string + '\0'; in calculateContentSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.h | 94 StringValue RegisterName; 105 StringValue(Other.RegisterName); in SIArgument() 114 StringValue(Other.RegisterName); 122 RegisterName.~StringValue(); in ~SIArgument() 272 SmallVector<StringValue> WWMReservedRegs; 275 StringValue FrameOffsetReg = "$fp_reg"; 276 StringValue StackPtrOffsetReg = "$sp_reg"; 288 StringValue VGPRForAGPRCopy; 289 StringValue SGPRForEXECCopy; 290 StringValue LongBranchReservedReg; [all …]
|
| H A D | SIMachineFunctionInfo.cpp | 606 static yaml::StringValue regToString(Register Reg, in regToString() 608 yaml::StringValue Dest; in regToString()
|
| H A D | AMDGPUTargetMachine.cpp | 1526 auto parseRegister = [&](const yaml::StringValue &RegName, Register &RegVal) { in parseMachineFunctionInfo() 1537 auto parseOptionalRegister = [&](const yaml::StringValue &RegName, in parseMachineFunctionInfo() 1552 auto diagnoseRegisterClass = [&](const yaml::StringValue &RegName) { in parseMachineFunctionInfo()
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | dtfield.c | 565 char *StringValue, in DtCompileBuffer() argument 577 StringValue = DtNormalizeBuffer (StringValue, &Count); in DtCompileBuffer() 578 Substring = StringValue; in DtCompileBuffer() 612 ACPI_FREE (StringValue); in DtCompileBuffer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 129 const yaml::StringValue &RegisterSource, 139 const yaml::StringValue &VarStr, 160 const yaml::StringValue &Source); 164 const yaml::StringValue &Source); 167 const yaml::StringValue &Source); 827 const yaml::StringValue &Name = Object.Name; in initializeFrameInfo() 906 const yaml::StringValue &Source, in typecheckMDNode() 919 PerFunctionMIParsingState &PFS, const yaml::StringValue &VarStr, in parseVarExprLoc() 920 const yaml::StringValue &ExprStr, const yaml::StringValue &LocStr) { in parseVarExprLoc() 953 MDNode *&Node, const yaml::StringValue &Source) { in parseMDNode() [all …]
|
| H A D | MILexer.h | 185 StringRef StringValue; member 234 StringRef stringValue() const { return StringValue; } in stringValue()
|
| H A D | MILexer.cpp | 69 StringValue = StrVal; in setStringValue() 75 StringValue = StringValueStorage; in setOwnedStringValue()
|
| H A D | MIParser.cpp | 455 bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue, 1872 static bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant() argument 1875 auto Source = StringValue.str(); // The source has to be null terminated. in parseIRConstant() 1884 bool MIParser::parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant() argument 1887 Loc, StringValue, PFS, C, in parseIRConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.h | 58 StringRef StringValue); 76 StringRef StringValue) override;
|
| H A D | RISCVTargetStreamer.cpp | 45 StringRef StringValue) {} in emitIntTextAttribute() argument 149 StringRef StringValue) {} in emitIntTextAttribute() argument
|
| H A D | RISCVELFStreamer.cpp | 74 StringRef StringValue) { in emitIntTextAttribute() argument 75 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
|
| H A D | RISCVELFStreamer.h | 53 StringRef StringValue) override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 766 Item->StringValue = std::string(Value); in setAttributeItem() 777 StringRef StringValue, in setAttributeItems() argument 785 Item->StringValue = std::string(StringValue); in setAttributeItems() 791 IntValue, std::string(StringValue)}; in setAttributeItems() 817 Result += Item.StringValue.size() + 1; // string + '\0' in calculateContentSize() 822 Result += Item.StringValue.size() + 1; // string + '\0'; in calculateContentSize() 878 emitBytes(Item.StringValue); in createAttributesSection() 883 emitBytes(Item.StringValue); in createAttributesSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFStreamer.h | 103 std::string StringValue; member 113 StringRef StringValue, bool OverwriteExisting);
|
| H A D | MCStreamer.h | 159 StringRef StringValue = "");
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 39 StringRef StringValue = Node.getString(); in verifyScalar() local 40 Node.fromString(StringValue); in verifyScalar()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 93 StringRef StringValue) override; 224 StringRef StringValue) { in emitIntTextAttribute() argument 229 if (!StringValue.empty()) in emitIntTextAttribute() 230 OS << ", \"" << StringValue << "\""; in emitIntTextAttribute() 415 StringRef StringValue) override; 814 StringRef StringValue) { in emitIntTextAttribute() argument 815 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
|
| H A D | ARMTargetStreamer.cpp | 110 StringRef StringValue) {} in emitIntTextAttribute() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1572 StringRef StringValue; in parseDirectiveAttribute() local 1592 StringValue = Parser.getTok().getStringContents(); in parseDirectiveAttribute() 1602 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute() 1605 ? CSKY::parseArch(StringValue) in parseDirectiveAttribute() 1606 : CSKY::parseCPUArch(StringValue); in parseDirectiveAttribute() 1612 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 186 static void printRegMIR(unsigned Reg, yaml::StringValue &Dest, in printRegMIR() 285 static void printRegClassOrBank(unsigned Reg, yaml::StringValue &Dest, in printRegClassOrBank() 469 yaml::StringValue Reg; in convertStackObjects()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2977 StringRef StringValue; in parseDirectiveAttribute() local 3000 StringValue = Parser.getTok().getStringContents(); in parseDirectiveAttribute() 3010 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute() 3013 if (resetToArch(StringValue, ValueExprLoc, Result, false)) in parseDirectiveAttribute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11581 StringRef StringValue = ""; in parseDirectiveEabiAttr() local 11625 StringValue = EscapedValue; in parseDirectiveEabiAttr() 11627 StringValue = Parser.getTok().getStringContents(); in parseDirectiveEabiAttr() 11637 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr() 11641 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr()
|