Home
last modified time | relevance | path

Searched refs:Languages (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/
H A Dproducers_section.yaml8 Languages:
21 # CHECK: Languages:
H A Dproducers_section_repeat.yaml8 Languages:
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp444 llvm::SmallVector<std::pair<std::string, std::string>, 4> Languages; in EmitProducerInfo() local
452 Languages.emplace_back(Language.str(), ""); in EmitProducerInfo()
469 int FieldCount = int(!Languages.empty()) + int(!Tools.empty()); in EmitProducerInfo()
476 for (auto &Producers : {std::make_pair("language", &Languages), in EmitProducerInfo()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorBase.td61 the ACM on Programming Languages, October 2018.
67 the ACM on Programming Languages, October 2017.
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp159 for (auto &E : Info.Languages) { in dumpCustomSection()
163 ProducersSec->Languages.push_back(Producer); in dumpCustomSection()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h61 std::vector<std::pair<std::string, std::string>> Languages; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td22 /// truth. Languages and extensions often have formation rules which differ
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib14 booktitle = {Languages and Compilers for Parallel Computing, 8th International
458 journal = "ACM Transactions on Programming Languages and Systems",
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp317 int Fields = int(!Section.Languages.empty()) + int(!Section.Tools.empty()) + in writeSectionContent()
322 for (auto &Field : {std::make_pair(StringRef("language"), &Section.Languages), in writeSectionContent()
H A DWasmYAML.cpp83 IO.mapOptional("Languages", Section.Languages); in sectionMapping()
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-09-AdveComments.txt52 able to represent code from many different languages. Languages such as
/llvm-project-15.0.7/llvm/docs/
H A DCycleTerminology.rst72 loops." ACM Transactions on Programming Languages
H A DFAQ.rst68 Source Languages
H A DGettingInvolved.rst252 - Languages
H A DLoopTerminology.rst223 could be stuck in that loop forever. Languages such as C and
H A DExceptionHandling.rst124 Languages that support exception handling typically provide a ``throw``
H A DCodingStandards.rst43 Languages, Libraries, and Standards
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst458 2.12 Support for Source Languages Mapped to SIMT Hardware
4609 A.7.12 Source Languages
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h270 std::vector<ProducerEntry> Languages; member
/llvm-project-15.0.7/clang/docs/
H A DHLSLSupport.rst122 An Aside on GPU Languages
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVectorizationPlan.rst241 compilers", M. Sharir, Journal of Computer Languages, Jan. 1980
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp844 {std::make_pair(&info.Languages, &languages), in addInfo()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp867 ProducerVec = &ProducerInfo.Languages; in parseProducersSection()
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst237 Languages such as Objective-C that have a dependency on a runtime
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleLinalgDialect.md450 The last two decades have seen a proliferation of Domain-Specific Languages

12