Home
last modified time | relevance | path

Searched refs:StringValue (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h34 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 DCSKYELFStreamer.h27 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 DCSKYELFStreamer.cpp121 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 DSIMachineFunctionInfo.h94 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 DSIMachineFunctionInfo.cpp606 static yaml::StringValue regToString(Register Reg, in regToString()
608 yaml::StringValue Dest; in regToString()
H A DAMDGPUTargetMachine.cpp1526 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 Ddtfield.c565 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 DMIRParser.cpp129 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 DMILexer.h185 StringRef StringValue; member
234 StringRef stringValue() const { return StringValue; } in stringValue()
H A DMILexer.cpp69 StringValue = StrVal; in setStringValue()
75 StringValue = StringValueStorage; in setOwnedStringValue()
H A DMIParser.cpp455 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 DRISCVTargetStreamer.h58 StringRef StringValue);
76 StringRef StringValue) override;
H A DRISCVTargetStreamer.cpp45 StringRef StringValue) {} in emitIntTextAttribute() argument
149 StringRef StringValue) {} in emitIntTextAttribute() argument
H A DRISCVELFStreamer.cpp74 StringRef StringValue) { in emitIntTextAttribute() argument
75 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
H A DRISCVELFStreamer.h53 StringRef StringValue) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp766 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 DMCELFStreamer.h103 std::string StringValue; member
113 StringRef StringValue, bool OverwriteExisting);
H A DMCStreamer.h159 StringRef StringValue = "");
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp39 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 DARMELFStreamer.cpp93 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 DARMTargetStreamer.cpp110 StringRef StringValue) {} in emitIntTextAttribute() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1572 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 DMIRPrinter.cpp186 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 DRISCVAsmParser.cpp2977 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 DARMAsmParser.cpp11581 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()

12