| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | isel-global-offset-alignment.ll | 5 ; beginning of the global "array" don't need to be multiples of 8.
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | 2012-05-29-MulAddRec.ll | 6 ; causes one of the terms to reach zero. This forces all multiples in
|
| H A D | tripmultiple_calculation.ll | 126 ; If there are multiple exits, the result is the GCD of the multiples
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/ |
| H A D | TosaOps.cpp | 575 ArrayAttr multiples = adaptor.getMultiples(); in inferReturnTypeComponents() local 579 outputShape.resize(multiples.size(), ShapedType::kDynamicSize); in inferReturnTypeComponents() 586 multipleValues.reserve(multiples.size()); in inferReturnTypeComponents() 587 for (auto val : multiples) { in inferReturnTypeComponents() 592 outputShape.reserve(multiples.size()); in inferReturnTypeComponents()
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | gep-implicit-trunc-32-bit-pointers.ll | 50 ; The GEP indices get implicitly truncated to 32 bit, so multiples of 2^32
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 15 "specify size using multiples of unit bytes, e.g., 4KB, 1MB, 1MiB, "
|
| /llvm-project-15.0.7/mlir/test/Dialect/Tosa/ |
| H A D | canonicalize.mlir | 383 %0 = "tosa.tile"(%arg0) { multiples = [1, 1] }: (tensor<3x4xf32>) -> tensor<3x4xf32> 390 %0 = "tosa.tile"(%arg0) { multiples = [1, 2] }: (tensor<3x4xf32>) -> tensor<3x8xf32>
|
| H A D | ops.mlir | 430 %0 = "tosa.tile"(%arg0) {multiples = [3, 1, 2]} : (tensor<13x21x3xf32>) -> tensor<39x21x6xf32>
|
| H A D | tosa-infer-shapes.mlir | 559 // CHECK: "tosa.tile"(%arg0) {multiples = [2, 1, 5]} : (tensor<2x3x?xi32>) -> tensor<4x3x?xi32> 560 %0 = "tosa.tile"(%arg0) {multiples = [2, 1, 5]} : (tensor<2x3x?xi32>) -> (tensor<?x?x?xi32>)
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM7.td | 238 // Load/store multiples cannot be dual-issued. Note that default scheduling 307 // Load/store multiples cannot be dual-issued.
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalg.cpp | 1785 SmallVector<int64_t> multiples; in matchAndRewrite() local 1786 getValuesFromIntArrayAttribute(op.getMultiples(), multiples); in matchAndRewrite() 1791 genericShape.push_back(multiples[i]); in matchAndRewrite() 1797 if (inputTy.isDynamicDim(i) || multiples[i] == -1) { in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/test/Conversion/TosaToLinalg/ |
| H A D | tosa-to-linalg.mlir | 1189 %0 = "tosa.tile"(%arg0) {multiples = [2, 1]} : (tensor<2x3xi8>) -> (tensor<4x3xi8>) 1195 %1 = "tosa.tile"(%arg0) {multiples = [1, 2]} : (tensor<2x3xi8>) -> (tensor<2x6xi8>) 1201 %2 = "tosa.tile"(%arg0) {multiples = [5, 7]} : (tensor<2x3xi8>) -> (tensor<10x21xi8>) 1220 %0 = "tosa.tile"(%arg0) {multiples = [2, 1]} : (tensor<?x3xi8>) -> (tensor<?x3xi8>) 1239 %0 = "tosa.tile"(%arg0) {multiples = [2, -1]} : (tensor<2x3xi8>) -> (tensor<2x?xi8>)
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Vector.md | 171 `vector` types that are multiples of a "good" `vector` size so the HW can 184 Depending on the target, ops on sizes that are not multiples of the HW `vector`
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Quantization.md | 39 with this scale can only represent multiples of $ \pi $, and nothing in
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | README.txt | 256 // multiples two 128-bit double-double precision values ( x * y )
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | Legalizer.rst | 251 multiples of X rather than powers of 2.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
| H A D | ivchain-ARM.ll | 41 ; stride multiples computed in the preheader
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 307 By default the arguments in the range are generated in multiples of eight and 309 range multiplier is changed to multiples of two.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaOps.td | 1519 I64ArrayAttr:$multiples);
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ControlFlowIntegrityDesign.rst | 204 If all gaps between address points in a particular bit vector are multiples
|
| /llvm-project-15.0.7/llvm/test/Transforms/InterleavedAccess/AArch64/ |
| H A D | sve-interleaved-accesses.ll | 296 ; Check that neon is used for illegal multiples of 128-bit types
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2647 that measure the difference between two pointer values in multiples of
|