| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Passes.md | 9 [include "GeneralPasses.md"] 21 [include "AsyncPasses.md"] 25 [include "AffinePasses.md"] 33 [include "FuncPasses.md"] 37 [include "GPUPasses.md"] 41 [include "LinalgPasses.md"] 45 [include "LLVMPasses.md"] 53 [include "QuantPasses.md"] 61 [include "SCFPasses.md"] 65 [include "ShapePasses.md"] [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | amdgpu-codegenprepare-fdiv.ll | 8 %md.25ulp = fdiv float %a, %b, !fpmath !0 14 ; CHECK: %no.md = fdiv float %a, %b{{$}} 15 ; CHECK: %md.half.ulp = fdiv float %a, %b 16 ; CHECK: %md.1ulp = fdiv float %a, %b 24 %no.md = fdiv float %a, %b 30 %md.1ulp = fdiv float %a, %b, !fpmath !2 57 %no.md = fdiv float 1.0, %x 66 %afn.no.md = fdiv afn float 1.0, %x 72 %fast.no.md = fdiv fast float 1.0, %x 121 %no.md = fdiv <2 x float> %a, %b [all …]
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Native/ |
| H A D | pdb-native-compilands.test | 21 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_cpu_disp_.obj 22 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_initsect_.obj 23 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_sehprolg4_.obj 25 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\_secchk_.obj 26 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_cookie.obj 27 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\gs_report.obj 29 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\checkcfg.obj 31 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\loadcfg.obj 40 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\env_mode.obj 43 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\matherr.obj [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/ |
| H A D | remove-metadata-args.ll | 5 ; EXCITING-DAG: ExcitingGlobal = global i32 0, !md !0 6 ; EXCITING-DAG: define void @ExcitingFunc() !md !0 7 ; EXCITING-DAG: store i32 0, i32* @ExcitingGlobal, align 4, !md !0 11 ; REDUCED-NOT: Boring{{.*}} !md !0 12 ; REDUCED-NOT: !md !0 {{.*}}Boring 15 @ExcitingGlobal = global i32 0, !md !0 16 @BoringGlobal = global i32 0, !md !0 18 define void @ExcitingFunc() !md !0 { 19 store i32 0, i32* @ExcitingGlobal, align 4, !md !0 20 store i32 0, i32* @BoringGlobal, align 4, !md !0 [all …]
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | index.md | 3 * [Assembly Tests](AssemblyTests.md) 4 * [Dependencies](dependencies.md) 5 * [Perf Counters](perf_counters.md) 6 * [Platform Specific Build Instructions](platform_specific_build_instructions.md) 7 * [Random Interleaving](random_interleaving.md) 8 * [Releasing](releasing.md) 9 * [Tools](tools.md) 10 * [User Guide](user_guide.md)
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | md_on_instruction.ll | 6 ; CHECK: store i32 42, i32* %retval, align 4, !md !0 7 ; CHECK: br label %0, !md !1 9 store i32 42, i32* %retval, !md !0 10 br label %0, !md !1 13 ; CHECK: %1 = load i32, i32* %retval, align 4, !md !2 14 ; CHECK: ret i32 %1, !md !3 15 %1 = load i32, i32* %retval, !md !2 16 ret i32 %1, !md !3
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Transform.md | 5 [include "Dialects/TransformOps.md"] 9 [include "Dialects/BufferizationTransformOps.md"] 13 [include "Dialects/SCFLoopTransformOps.md"] 17 [include "Dialects/LinalgStructuredTransformOps.md"] 19 [include "Dialects/TransformOpInterfaces.md"]
|
| H A D | Builtin.md | 16 [include "Dialects/BuiltinAttributes.md"] 21 [source locations](../Diagnostics.md/#source-locations), that may be attached to 24 [include "Dialects/BuiltinLocationAttributes.md"] 28 [include "Dialects/BuiltinOps.md"] 32 [include "Dialects/BuiltinTypes.md"] 36 [include "Dialects/BuiltinTypeInterfaces.md"]
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | _index.md | 5 particular, how [dialects](../../LangRef.md/#dialects) can help easily support 20 - [Chapter #1](Ch-1.md): Introduction to the Toy language and the definition 22 - [Chapter #2](Ch-2.md): Traversing the AST to emit a dialect in MLIR, 25 - [Chapter #3](Ch-3.md): High-level language-specific optimization using 27 - [Chapter #4](Ch-4.md): Writing generic dialect-independent transformations 30 - [Chapter #5](Ch-5.md): Partially lowering to lower-level dialects. We'll 33 - [Chapter #6](Ch-6.md): Lowering to LLVM and code generation. Here we'll 36 - [Chapter #7](Ch-7.md): Extending Toy: Adding support for a composite type. 40 The [first chapter](Ch-1.md) will introduce the Toy language and AST.
|
| H A D | Ch-5.md | 16 [next chapter](Ch-6.md) directly target the `LLVM IR` dialect for lowering 18 [TensorType](../../Dialects/Builtin.md/#rankedtensortype) that `Toy` operates on 19 to the [MemRefType](../../Dialects/Builtin.md/#memreftype) that is indexed via 28 for [converting](../../../getting_started/Glossary.md/#conversion) between them. 33 * A [Conversion Target](../../DialectConversion.md/#conversion-target) 38 [legalization](../../../getting_started/Glossary.md/#legalization). 94 framework introduced in [chapter 3](Ch-3.md), the 95 [`DialectConversion` framework](../../DialectConversion.md) also uses 96 [RewritePatterns](../QuickstartRewrites.md) to perform the conversion logic. 104 [TensorType](../../Dialects/Builtin.md/#rankedtensortype) currently being [all …]
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | dibuilder.go | 597 func (v Value) Subprogram() (md Metadata) { 598 md.C = C.LLVMGetSubprogram(v.C) 661 func (md Metadata) Kind() MetadataKind { 666 func (md Metadata) FileDirectory() string { 673 func (md Metadata) FileFilename() string { 680 func (md Metadata) FileSource() string { 682 ptr := C.LLVMDIFileGetSource(md.C, &length) 687 func (md Metadata) LocationLine() uint { 688 return uint(C.LLVMDILocationGetLine(md.C)) 693 func (md Metadata) LocationColumn() uint { [all …]
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | _index.md | 6 [MLIR: Incremental Application to Graph Algorithms in ML Frameworks](MLIRForGraphAlgorithms.md) 12 [MLIR Rationale](Rationale.md) 16 [Generic DAG Rewriter Infrastructure Rationale](RationaleGenericDAGRewriter.md) 20 …alg Dialect Rationale: The Case for Compiler-Friendly Custom Operations](RationaleLinalgDialect.md) 24 [MLIR: The case for a simplified polyhedral form](RationaleSimplifiedPolyhedralForm.md) 29 [Usage of 'const' in MLIR, for core IR types](UsageOfConst.md)
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/ |
| H A D | HTMLGeneratorTest.cpp | 72 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 96 <div id="sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right"> in TEST() 182 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 298 …<div id="sidebar-left" path="" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"><… in TEST() 299 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 309 <div id="sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right"></div> in TEST() 345 …<div id="sidebar-left" path="" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"><… in TEST() 346 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 430 …<div id="sidebar-left" path="" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"><… in TEST() 431 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | Makefile | 52 OTHER=LICENSE ChangeLog Makefile doc.md doc.md.in \ 58 .SUFFIXES: .so .md 73 test: imtest pi bug-swap doc.md 125 doc.md: doc.md.in imath.h imrat.h tools/mkdoc.py
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | CMakeLists.txt | 19 tablegen(MLIR ${dialect_doc_filename}.md -gen-op-doc "-I${MLIR_MAIN_SRC_DIR}" "-I${MLIR_INCLUDE_DIR… 20 set(GEN_DOC_FILE ${FLANG_BINARY_DIR}/docs/Dialect/${dialect_doc_filename}.md) 24 ${CMAKE_CURRENT_BINARY_DIR}/${dialect_doc_filename}.md 26 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${dialect_doc_filename}.md)
|
| /llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.mwd/time.cal.mwd.members/ |
| H A D | weekday_indexed.pass.cpp | 38 month_weekday md(std::chrono::March, weekday_indexed{Sunday, i}); in main() local 39 assert( static_cast<unsigned>(md.weekday_indexed().weekday() == Sunday)); in main() 40 assert( static_cast<unsigned>(md.weekday_indexed().index() == i)); in main()
|
| H A D | month.pass.cpp | 36 month_weekday md(month{i}, weekday_indexed{Sunday, 1}); in main() local 37 assert( static_cast<unsigned>(md.month()) == i); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.operators/ |
| H A D | year_month_day.pass.cpp | 145 month_day md(m, d); in main() local 146 year_month_day ymd1 = y/md; in main() 147 year_month_day ymd2 = md/y; in main() 176 month_day md(m, d); in main() local 177 year_month_day ymd1 = i/md; in main() 178 year_month_day ymd2 = md/i; in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 257 MDVector(const Vector &v) : Vector(v), md(*this) {} in MDVector() 258 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() 260 const Metadata& getMetadata() const { return md; } in getMetadata() 263 Metadata md; 274 MDMatrix(const Matrix &m) : Matrix(m), md(*this) {} in MDMatrix() 275 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() 277 const Metadata& getMetadata() const { return md; } in getMetadata() 280 Metadata md;
|
| /llvm-project-15.0.7/flang/ |
| H A D | README.md | 12 Start with the [compiler overview](docs/Overview.md). 16 read [Fortran For C Programmers](docs/FortranForCProgrammers.md) 18 flang's specifications of the [Fortran grammar](docs/f2018-grammar.md) 20 the [OpenMP grammar](docs/OpenMP-4.5-grammar.md). 23 in [this document](docs/Extensions.md). 26 see the [discussion of intrinsics](docs/Intrinsics.md). 29 see the discussion of [runtime descriptors](docs/RuntimeDescriptor.md). 32 read the [style guide](docs/C++style.md) 34 also review [how flang uses modern C++ features](docs/C++17.md). 37 …yle guide](https://github.com/llvm/llvm-project/blob/main/llvm/docs/MarkdownQuickstartTemplate.md). [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | avx512dq-mask-op.ll | 43 %md = xor <8 x i1> %ma, %mb 44 %me = or <8 x i1> %mc, %md 63 %md = xor <8 x i1> %ma, %mb 64 %me = or <8 x i1> %mc, %md
|
| /llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.md/time.cal.md.members/ |
| H A D | day.pass.cpp | 34 month_day md(std::chrono::March, day{i}); in main() local 35 assert( static_cast<unsigned>(md.day()) == i); in main()
|
| H A D | month.pass.cpp | 35 month_day md(month{i}, day{1}); in main() local 36 assert( static_cast<unsigned>(md.month()) == i); in main()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 52 static void cacheAnnotationFromMD(const MDNode *md, key_val_pair_t &retval) { in cacheAnnotationFromMD() argument 55 assert(md && "Invalid mdnode for annotation"); in cacheAnnotationFromMD() 56 assert((md->getNumOperands() % 2) == 1 && "Invalid number of operands"); in cacheAnnotationFromMD() 59 for (unsigned i = 1, e = md->getNumOperands(); i != e; i += 2) { in cacheAnnotationFromMD() 61 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); in cacheAnnotationFromMD() 65 ConstantInt *Val = mdconst::dyn_extract<ConstantInt>(md->getOperand(i + 1)); in cacheAnnotationFromMD()
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | import-metadata.ll | 10 ;; Also check the imported md metadata that shares a node with the 16 ; CHECK: !llvm.md = !{![[#MD1:]], ![[#MD2:]]} 33 !llvm.md = !{!5}
|