Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h34 struct StringValue { struct
38 StringValue() = default; argument
81 StringValue Value;
190 StringValue Class;
213 StringValue Register;
243 StringValue Name;
253 StringValue DebugVar;
255 StringValue DebugLoc;
320 StringValue DebugVar;
435 StringValue Reg;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h25 std::string StringValue; member
62 Item->StringValue = std::string(Value); in setAttributeItem()
71 StringRef StringValue, bool OverwriteExisting) { in setAttributeItems() argument
78 Item->StringValue = std::string(StringValue); in setAttributeItems()
84 std::string(StringValue)}); in setAttributeItems()
90 StringRef StringValue) override;
H A DRISCVELFStreamer.cpp91 StringRef StringValue) { in emitIntTextAttribute() argument
92 setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
137 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
142 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
163 Result += item.StringValue.size() + 1; // string + '\0' in calculateContentSize()
168 Result += item.StringValue.size() + 1; // string + '\0'; in calculateContentSize()
H A DRISCVTargetStreamer.h36 StringRef StringValue);
49 StringRef StringValue) override;
H A DRISCVTargetStreamer.cpp38 StringRef StringValue) {} in emitIntTextAttribute() argument
147 StringRef StringValue) {} in emitIntTextAttribute() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h115 StringValue RegisterName;
126 StringValue(Other.RegisterName); in SIArgument()
135 StringValue(Other.RegisterName);
143 RegisterName.~StringValue(); in ~SIArgument()
286 StringValue ScratchRSrcReg = "$private_rsrc_reg";
287 StringValue FrameOffsetReg = "$fp_reg";
288 StringValue StackPtrOffsetReg = "$sp_reg";
317 StringValue("$private_rsrc_reg"));
319 StringValue("$fp_reg"));
321 StringValue("$sp_reg"));
H A DSIMachineFunctionInfo.cpp514 static yaml::StringValue regToString(Register Reg, in regToString()
516 yaml::StringValue Dest; in regToString()
H A DAMDGPUTargetMachine.cpp1505 auto parseRegister = [&](const yaml::StringValue &RegName, Register &RegVal) { in parseMachineFunctionInfo()
1516 auto diagnoseRegisterClass = [&](const yaml::StringValue &RegName) { in parseMachineFunctionInfo()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp761 Item->StringValue = std::string(Value); in setAttributeItem()
772 StringRef StringValue, in setAttributeItems() argument
780 Item->StringValue = std::string(StringValue); in setAttributeItems()
786 IntValue, std::string(StringValue)}; in setAttributeItems()
812 Result += Item.StringValue.size() + 1; // string + '\0' in calculateContentSize()
817 Result += Item.StringValue.size() + 1; // string + '\0'; in calculateContentSize()
873 emitBytes(Item.StringValue); in createAttributesSection()
878 emitBytes(Item.StringValue); in createAttributesSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp131 const yaml::StringValue &RegisterSource,
152 const yaml::StringValue &Source);
156 const yaml::StringValue &Source);
159 const yaml::StringValue &Source);
760 const yaml::StringValue &Name = Object.Name; in initializeFrameInfo()
814 const yaml::StringValue &RegisterSource, bool IsRestored, int FrameIdx) { in parseCalleeSavedRegister()
830 const yaml::StringValue &Source, in typecheckMDNode()
866 MDNode *&Node, const yaml::StringValue &Source) { in parseMDNode()
926 const yaml::StringValue &Source) { in parseMBBReference()
934 const yaml::StringValue &Source) { in parseMachineMetadata()
H A DMILexer.h176 StringRef StringValue; member
225 StringRef stringValue() const { return StringValue; } in stringValue()
H A DMILexer.cpp71 StringValue = StrVal; in setStringValue()
77 StringValue = StringValueStorage; in setOwnedStringValue()
H A DMIParser.cpp457 bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue,
1768 static bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant() argument
1771 auto Source = StringValue.str(); // The source has to be null terminated. in parseIRConstant()
1780 bool MIParser::parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant() argument
1783 Loc, StringValue, PFS, C, in parseIRConstant()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h96 std::string StringValue; member
106 StringRef StringValue, bool OverwriteExisting);
H A DMCStreamer.h155 StringRef StringValue = "");
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp35 StringRef StringValue = Node.getString(); in verifyScalar() local
36 Node.fromString(StringValue); in verifyScalar()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp93 StringRef StringValue) override;
208 StringRef StringValue) { in emitIntTextAttribute() argument
213 if (!StringValue.empty()) in emitIntTextAttribute()
214 OS << ", \"" << StringValue << "\""; in emitIntTextAttribute()
306 StringRef StringValue) override;
705 StringRef StringValue) { in emitIntTextAttribute() argument
706 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
H A DARMTargetStreamer.cpp109 StringRef StringValue) {} in emitIntTextAttribute() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp197 static void printRegMIR(unsigned Reg, yaml::StringValue &Dest, in printRegMIR()
283 static void printRegClassOrBank(unsigned Reg, yaml::StringValue &Dest, in printRegClassOrBank()
454 yaml::StringValue Reg; in convertStackObjects()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1997 StringRef StringValue; in parseDirectiveAttribute() local
2020 StringValue = Parser.getTok().getStringContents(); in parseDirectiveAttribute()
2029 StringRef Arch = StringValue; in parseDirectiveAttribute()
2143 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11354 StringRef StringValue = ""; in parseDirectiveEabiAttr() local
11393 StringValue = Parser.getTok().getStringContents(); in parseDirectiveEabiAttr()
11403 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()
11407 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1089 TEST(TestPropertyTest, StringValue) { in TEST() argument