Home
last modified time | relevance | path

Searched refs:Producer (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp428 auto Producer = registerProducer(Op.getReg(), Consumer); in checkNewValues() local
429 if (std::get<0>(Producer) == nullptr) { in checkNewValues()
435 if (std::get<2>(Producer).isPredicated() && in checkNewValues()
439 std::get<0>(Producer)->getLoc(), in checkNewValues()
445 if (std::get<2>(Producer).Register != Hexagon::NoRegister && in checkNewValues()
446 std::get<2>(Producer).Register != Consumer.Register) { in checkNewValues()
447 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
455 if (std::get<2>(Producer).Register == Consumer.Register && in checkNewValues()
456 Consumer.PredicatedTrue != std::get<2>(Producer).PredicatedTrue) { in checkNewValues()
458 std::get<0>(Producer)->getLoc(), in checkNewValues()
[all …]
H A DHexagonMCInstrInfo.cpp705 bool HexagonMCInstrInfo::IsSingleConsumerRefPairProducer(unsigned Producer, in IsSingleConsumerRefPairProducer() argument
707 if (IsVecRegPair(Producer) && IsVecRegSingle(Consumer)) { in IsSingleConsumerRefPairProducer()
708 const unsigned ProdPairIndex = IsReverseVecRegPair(Producer) in IsSingleConsumerRefPairProducer()
709 ? Producer - Hexagon::WR0 in IsSingleConsumerRefPairProducer()
710 : Producer - Hexagon::W0; in IsSingleConsumerRefPairProducer()
1009 unsigned Producer, in SubregisterBit() argument
1013 if (IsVecRegPair(Producer) && IsVecRegSingle(Consumer)) in SubregisterBit()
1016 return Consumer == Producer; in SubregisterBit()
H A DHexagonMCInstrInfo.h351 unsigned SubregisterBit(unsigned Consumer, unsigned Producer,
357 bool IsSingleConsumerRefPairProducer(unsigned Producer, unsigned Consumer);
H A DHexagonMCCodeEmitter.cpp392 static bool RegisterMatches(unsigned Consumer, unsigned Producer, in RegisterMatches() argument
394 return (Consumer == Producer) || (Consumer == Producer2) || in RegisterMatches()
395 HexagonMCInstrInfo::IsSingleConsumerRefPairProducer(Producer, in RegisterMatches()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp156 WasmYAML::ProducerEntry Producer; in dumpCustomSection() local
157 Producer.Name = E.first; in dumpCustomSection()
158 Producer.Version = E.second; in dumpCustomSection()
159 ProducersSec->Languages.push_back(Producer); in dumpCustomSection()
162 WasmYAML::ProducerEntry Producer; in dumpCustomSection() local
163 Producer.Name = E.first; in dumpCustomSection()
164 Producer.Version = E.second; in dumpCustomSection()
165 ProducersSec->Tools.push_back(Producer); in dumpCustomSection()
168 WasmYAML::ProducerEntry Producer; in dumpCustomSection() local
169 Producer.Name = E.first; in dumpCustomSection()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp493 unsigned Producer = SubregBit ? in getSingleInstruction() local
496 assert(Producer != Hexagon::NoRegister); in getSingleInstruction()
497 MCO.setReg(Producer); in getSingleInstruction()
499 unsigned Producer = in getSingleInstruction() local
502 if (HexagonMCInstrInfo::IsVecRegPair(Producer)) { in getSingleInstruction()
503 const bool Rev = HexagonMCInstrInfo::IsReverseVecRegPair(Producer); in getSingleInstruction()
505 Rev ? Producer - Hexagon::WR0 : Producer - Hexagon::W0; in getSingleInstruction()
506 Producer = (ProdPairIndex << 1) + SubregBit + Hexagon::V0; in getSingleInstruction()
511 assert(Producer != Hexagon::NoRegister); in getSingleInstruction()
512 MCO.setReg(Producer); in getSingleInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp379 for (auto &Producer : *Producers.second) { in EmitProducerInfo()
380 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()
381 OutStreamer->emitBytes(Producer.first); in EmitProducerInfo()
382 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()
383 OutStreamer->emitBytes(Producer.second); in EmitProducerInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp325 setStr(Hdr.Producer, kExpectedProducerName); in build()
405 StringRef Producer = Hdr->Producer.get(BFC.StrtabForSymtab); in readBitcode() local
407 Producer != kExpectedProducerName) in readBitcode()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go116 Producer string member
130 producer := C.CString(cu.Producer)
142 producer, C.size_t(len(cu.Producer)),
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c209 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1356 MachineInstr *Producer = MRI.getUniqueVRegDef(Reg); in remapUse() local
1357 if (!Producer) in remapUse()
1361 if (!Producer->isPHI()) { in remapUse()
1364 if (Producer->getParent() != BB) in remapUse()
1367 int ProducerStage = S.getStage(Producer); in remapUse()
1382 auto LoopProducer = Producer; in remapUse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h141 Str Producer; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1370 StringRef Producer, bool IsOptimized, StringRef Flags,
1380 Context, SourceLanguage, File, getCanonicalMDString(Context, Producer),
1391 MDString *Producer, bool IsOptimized, MDString *Flags,
1416 (unsigned SourceLanguage, DIFile *File, StringRef Producer,
1425 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion,
1432 (unsigned SourceLanguage, Metadata *File, MDString *Producer,
1440 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion,
H A DDIBuilder.h142 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp399 outs() << "producer: " << Hdr->Producer.get(BFC.StrtabForSymtab) in dumpSymtab()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp740 MDString *Producer, bool IsOptimized, MDString *Flags, in getImpl() argument
748 assert(isCanonical(Producer) && "Expected canonical MDString"); in getImpl()
753 Producer, in getImpl()
H A DDIBuilder.cpp139 unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, in createCompileUnit() argument
152 VMContext, Lang, File, Producer, isOptimized, Flags, RunTimeVer, in createCompileUnit()
H A DDebugInfo.cpp878 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument
888 StringRef(Producer, ProducerLen), isOptimized, StringRef(Flags, FlagsLen), in LLVMDIBuilderCreateCompileUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h263 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2240 StringRef Producer; in emitPaperTrailWarnings() local
2245 Producer = StringPool.internString("dsymutil"); in emitPaperTrailWarnings()
2250 Producer = StringPool.internString("dwarfopt"); in emitPaperTrailWarnings()
2257 DIEInteger(StringPool.getStringOffset(Producer))); in emitPaperTrailWarnings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1030 StringRef Producer = DIUnit->getProducer(); in finishUnitAttributes() local
1033 std::string ProducerWithFlags = Producer.str() + " " + Flags.str(); in finishUnitAttributes()
1036 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DLegalizer.rst264 Producer Type Set
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl2.h1731 UINT32 Producer;
1627 UINT32 Producer; global() member
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo2.c1226 {ACPI_DMT_UINT32, ACPI_MPAM2_OFFSET (Producer), "Producer", 0},
1728 {ACPI_DMT_UINT32, ACPI_PHAT0A_OFFSET (ProducerId), "Producer ID", 0},
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp587 std::string Producer = getClangFullVersion(); in CreateCompileUnit() local
638 LangTag, CUFile, CGOpts.EmitVersionIdentMetadata ? Producer : "", in CreateCompileUnit()

12