/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 160 WasmYAML::ProducerEntry Producer; in dumpCustomSection() local 161 Producer.Name = E.first; in dumpCustomSection() 162 Producer.Version = E.second; in dumpCustomSection() 166 WasmYAML::ProducerEntry Producer; in dumpCustomSection() local 167 Producer.Name = E.first; in dumpCustomSection() 168 Producer.Version = E.second; in dumpCustomSection() 169 ProducersSec->Tools.push_back(Producer); in dumpCustomSection() 172 WasmYAML::ProducerEntry Producer; in dumpCustomSection() local 173 Producer.Name = E.first; in dumpCustomSection() 174 Producer.Version = E.second; in dumpCustomSection() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 502 unsigned Producer = SubregBit ? in getSingleInstruction() local 505 assert(Producer != Hexagon::NoRegister); in getSingleInstruction() 506 MCO.setReg(Producer); in getSingleInstruction() 508 unsigned Producer = in getSingleInstruction() local 511 if (HexagonMCInstrInfo::IsVecRegPair(Producer)) { in getSingleInstruction() 512 const bool Rev = HexagonMCInstrInfo::IsReverseVecRegPair(Producer); in getSingleInstruction() 514 Rev ? Producer - Hexagon::WR0 : Producer - Hexagon::W0; in getSingleInstruction() 515 Producer = (ProdPairIndex << 1) + SubregBit + Hexagon::V0; in getSingleInstruction() 520 assert(Producer != Hexagon::NoRegister); in getSingleInstruction() 521 MCO.setReg(Producer); in getSingleInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 483 for (auto &Producer : *Producers.second) { in EmitProducerInfo() 484 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo() 485 OutStreamer->emitBytes(Producer.first); in EmitProducerInfo() 486 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo() 487 OutStreamer->emitBytes(Producer.second); in EmitProducerInfo()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 339 setStr(Hdr.Producer, kExpectedProducerName); in build() 420 StringRef Producer = Hdr->Producer.get(BFC.StrtabForSymtab); in readBitcode() local 422 Producer != kExpectedProducerName) in readBitcode()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 712 bool HexagonMCInstrInfo::IsSingleConsumerRefPairProducer(unsigned Producer, in IsSingleConsumerRefPairProducer() argument 714 if (IsVecRegPair(Producer) && IsVecRegSingle(Consumer)) { in IsSingleConsumerRefPairProducer() 715 const unsigned ProdPairIndex = IsReverseVecRegPair(Producer) in IsSingleConsumerRefPairProducer() 716 ? Producer - Hexagon::WR0 in IsSingleConsumerRefPairProducer() 717 : Producer - Hexagon::W0; in IsSingleConsumerRefPairProducer() 1027 unsigned Producer, in SubregisterBit() argument 1031 if (IsVecRegPair(Producer) && IsVecRegSingle(Consumer)) in SubregisterBit() 1034 return Consumer == Producer; in SubregisterBit()
|
H A D | HexagonMCChecker.cpp | 434 auto Producer = registerProducer(Op.getReg(), ConsumerPredInfo); in checkNewValues() local 435 const MCInst *const ProducerInst = std::get<0>(Producer); in checkNewValues() 437 std::get<2>(Producer); in checkNewValues() 478 const unsigned ProducerOpIndex = std::get<1>(Producer); in checkNewValues()
|
H A D | HexagonMCInstrInfo.h | 363 unsigned SubregisterBit(unsigned Consumer, unsigned Producer, 369 bool IsSingleConsumerRefPairProducer(unsigned Producer, unsigned Consumer);
|
H A D | HexagonMCCodeEmitter.cpp | 390 static bool RegisterMatches(unsigned Consumer, unsigned Producer, in RegisterMatches() argument 392 return (Consumer == Producer) || (Consumer == Producer2) || in RegisterMatches() 393 HexagonMCInstrInfo::IsSingleConsumerRefPairProducer(Producer, in RegisterMatches()
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-debuginfo-analyzer.rst | 1045 [002] {Producer} 'clang version 14.0.0' 1091 [002] {Producer} 'clang version 14.0.0' 1118 [002] {Producer} 'GNU C++14 9.3.0' 1199 [002] {Producer} 'clang version 14.0.0' 1253 [002] {Producer} 'clang version 14.0.0' 1416 [002] {Producer} 'clang version 14.0.0' 1452 [002] {Producer} 'clang version 14.0.0' 1466 [002] {Producer} 'GNU C++14 9.3.0' 1695 [002] {Producer} 'clang version 14.0.0' 1736 [002] {Producer} 'clang version 14.0.0' [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 117 Producer, // --attribute=producer enumerator 347 ATTRIBUTE_OPTION(Producer);
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1367 MachineInstr *Producer = MRI.getUniqueVRegDef(Reg); in remapUse() local 1368 if (!Producer) in remapUse() 1372 if (!Producer->isPHI()) { in remapUse() 1375 if (Producer->getParent() != BB) in remapUse() 1378 int ProducerStage = S.getStage(Producer); in remapUse() 1393 auto LoopProducer = Producer; in remapUse()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 209 value Builder, value Lang, LLVMMetadataRef FileRef, value Producer, in llvm_dibuild_create_compile_unit_native() argument 214 DIBuilder_val(Builder), Int_val(Lang), FileRef, String_val(Producer), in llvm_dibuild_create_compile_unit_native() 215 caml_string_length(Producer), Bool_val(IsOptimized), String_val(Flags), in llvm_dibuild_create_compile_unit_native()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 145 Str Producer; member
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1408 StringRef Producer, bool IsOptimized, StringRef Flags, 1418 Context, SourceLanguage, File, getCanonicalMDString(Context, Producer), 1429 MDString *Producer, bool IsOptimized, MDString *Flags, 1454 (unsigned SourceLanguage, DIFile *File, StringRef Producer, 1463 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion, 1470 (unsigned SourceLanguage, Metadata *File, MDString *Producer, 1478 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion,
|
H A D | DIBuilder.h | 158 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
|
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 103 clEnumValN(LVAttributeKind::Producer, "producer",
|
/openbsd/gnu/llvm/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 439 outs() << "producer: " << Hdr->Producer.get(BFC.StrtabForSymtab) in dumpSymtab()
|
/openbsd/gnu/llvm/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 287 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 2355 StringRef Producer; in emitPaperTrailWarnings() local 2360 Producer = StringPool.internString("dsymutil"); in emitPaperTrailWarnings() 2365 Producer = StringPool.internString("dwarfopt"); in emitPaperTrailWarnings() 2372 DIEInteger(StringPool.getStringOffset(Producer))); in emitPaperTrailWarnings()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 865 MDString *Producer, bool IsOptimized, MDString *Flags, in getImpl() argument 873 assert(isCanonical(Producer) && "Expected canonical MDString"); in getImpl() 878 Producer, in getImpl()
|
H A D | DIBuilder.cpp | 152 unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, in createCompileUnit() argument 165 VMContext, Lang, File, Producer, isOptimized, Flags, RunTimeVer, in createCompileUnit()
|
H A D | DebugInfo.cpp | 972 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument 982 StringRef(Producer, ProducerLen), isOptimized, StringRef(Flags, FlagsLen), in LLVMDIBuilderCreateCompileUnit()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1035 StringRef Producer = DIUnit->getProducer(); in finishUnitAttributes() local 1038 std::string ProducerWithFlags = Producer.str() + " " + Flags.str(); in finishUnitAttributes() 1041 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes()
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | Legalizer.rst | 264 Producer Type Set
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 589 std::string Producer = getClangFullVersion(); in CreateCompileUnit() local 640 LangTag, CUFile, CGOpts.EmitVersionIdentMetadata ? Producer : "", in CreateCompileUnit()
|