Searched refs:linearize (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/ |
| H A D | IndexingUtils.h | 25 int64_t linearize(ArrayRef<int64_t> offsets, ArrayRef<int64_t> basis);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Utils/ |
| H A D | IndexingUtils.cpp | 13 int64_t mlir::linearize(ArrayRef<int64_t> offsets, ArrayRef<int64_t> basis) { in linearize() function in mlir
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/ |
| H A D | Passes.td | 97 func.func @linearize(%arg0: memref<8x8xi32, #linear8>, 122 func.func @linearize(%arg0: memref<64xi32>,
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | gpu.h | 109 int linearize; member
|
| H A D | cuda.c | 52 if (!array->linearize && array->n_index > 1) in declare_device_array() 56 if (!array->linearize && array->n_index > 1) { in declare_device_array()
|
| H A D | gpu_print.c | 97 if (array->n_index != 0 && !array->linearize) in gpu_array_info_print_declaration_argument()
|
| H A D | gpu.c | 201 info->linearize = prog->scop->options->linearize_device_arrays; in extract_array_info() 224 info->linearize = 1; in extract_array_info() 1821 if (!data->array->linearize) in transform_expr() 1954 if (group->array->linearize) in create_access_leaf()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | linear-dbg-value.ll | 2 ; RUN: llc -stop-before=finalize-isel -pre-RA-sched=linearize -verify-machineinstrs=0 < %s -experim…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-variadic-aapcs.ll | 1 …aming=true -verify-machineinstrs -mtriple=arm64-linux-gnu -pre-RA-sched=linearize -enable-misched=…
|
| H A D | ilp32-va.ll | 1 …true -verify-machineinstrs -mtriple=arm64-linux-gnu_ilp32 -pre-RA-sched=linearize -enable-misched=…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fold-call-3.ll | 5 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -pre-RA-sched=linearize | FileCheck %s --check-prefix=…
|
| H A D | imul.ll | 6 ; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu -pre-RA-sched=linearize | FileCheck %s --check-prefix=…
|
| H A D | scheduler-backtracking.ll | 7 ; RUN: llc -mtriple=x86_64-- < %s -pre-RA-sched=linearize -verify-machineinstrs=0 | FileCheck %s --…
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 2226 Rem << ("\n" + linearize(L, Shared, ExprsInSubprogram, DL)); in emitRemarks() 2233 linearize(Value *L, in linearize() function
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Vector.md | 460 It is possible (likely) that we additionally need to linearize when calling an
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PPCGCodeGeneration.cpp | 3050 PPCGArray.linearize = false; in createArrays()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 1385 int64_t position = linearize(extractedPos, strides); in foldExtractFromShapeCast()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 2143 execution mask (``EXEC``) to linearize the control flow. The condition is
|