| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | wasm2yaml.cpp | 160 WasmYAML::ProducerEntry Producer; in dumpCustomSection() local 161 Producer.Name = E.first; in dumpCustomSection() 162 Producer.Version = E.second; in dumpCustomSection() 163 ProducersSec->Languages.push_back(Producer); 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() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/ |
| 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/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| 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/src/gnu/llvm/llvm/lib/Object/ |
| 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/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| 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()
|
| 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()
|
| D | HexagonMCInstrInfo.h | 363 unsigned SubregisterBit(unsigned Consumer, unsigned Producer, 369 bool IsSingleConsumerRefPairProducer(unsigned Producer, unsigned Consumer);
|
| 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/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-debuginfo-analyzer.rst | 1045 [002] {Producer} 'clang version 14.0.0' 1067 [002] {Producer} 'Microsoft (R) Optimizing Compiler' 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' 1225 [002] {Producer} 'Microsoft (R) Optimizing Compiler' 1253 [002] {Producer} 'clang version 14.0.0' 1292 [002] {Producer} 'GNU C++14 10.2.1 20201103' 1416 [002] {Producer} 'clang version 14.0.0' 1434 [002] {Producer} 'Microsoft (R) Optimizing Compiler' [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| 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/src/gnu/llvm/llvm/include/llvm/Object/ |
| D | IRSymtab.h | 145 Str Producer; member
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| 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,
|
| D | DIBuilder.h | 158 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-lto2/ |
| D | llvm-lto2.cpp | 439 outs() << "producer: " << Hdr->Producer.get(BFC.StrtabForSymtab) in dumpSymtab()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm-c/ |
| D | DebugInfo.h | 287 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
|
| /openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/ |
| 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/src/gnu/llvm/llvm/lib/IR/ |
| 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()
|
| 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()
|
| 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/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| 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/src/gnu/llvm/llvm/docs/GlobalISel/ |
| D | Legalizer.rst | 264 Producer Type Set
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 589 std::string Producer = getClangFullVersion(); in CreateCompileUnit() local 640 LangTag, CUFile, CGOpts.EmitVersionIdentMetadata ? Producer : "", in CreateCompileUnit()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 20536 SDNode *Producer; in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() member 20545 : Producer(Producer_), BitPos(BitPos_), NumBits(NumBits_) {} in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() 20568 for (SDNode *User : E.Producer->uses()) { in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() 20584 User->getOperand(0).getNode() == E.Producer && ShAmtC) { in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() 20622 E.Producer->getValueSizeInBits(0) == NewVecEltBitWidth && in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() 20642 SDLoc DL(E.Producer); in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() 20648 CombineTo(E.Producer, V); in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts()
|