| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 34 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 D | RISCVELFStreamer.h | 25 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 D | RISCVELFStreamer.cpp | 91 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 D | RISCVTargetStreamer.h | 36 StringRef StringValue); 49 StringRef StringValue) override;
|
| H A D | RISCVTargetStreamer.cpp | 38 StringRef StringValue) {} in emitIntTextAttribute() argument 147 StringRef StringValue) {} in emitIntTextAttribute() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.h | 115 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 D | SIMachineFunctionInfo.cpp | 514 static yaml::StringValue regToString(Register Reg, in regToString() 516 yaml::StringValue Dest; in regToString()
|
| H A D | AMDGPUTargetMachine.cpp | 1505 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 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-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 761 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 D | MIRParser.cpp | 131 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 D | MILexer.h | 176 StringRef StringValue; member 225 StringRef stringValue() const { return StringValue; } in stringValue()
|
| H A D | MILexer.cpp | 71 StringValue = StrVal; in setStringValue() 77 StringValue = StringValueStorage; in setOwnedStringValue()
|
| H A D | MIParser.cpp | 457 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 D | MCELFStreamer.h | 96 std::string StringValue; member 106 StringRef StringValue, bool OverwriteExisting);
|
| H A D | MCStreamer.h | 155 StringRef StringValue = "");
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 35 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 D | ARMELFStreamer.cpp | 93 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 D | ARMTargetStreamer.cpp | 109 StringRef StringValue) {} in emitIntTextAttribute() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 197 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 D | RISCVAsmParser.cpp | 1997 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 D | ARMAsmParser.cpp | 11354 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 D | gtest_unittest.cc | 1089 TEST(TestPropertyTest, StringValue) { in TEST() argument
|