| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | ambiguous-composition.td | 3 // CHECK-NOT: warning: SubRegIndex Test::subreg_h64 and Test::subreg_h32 compose ambiguously as Tes… 4 // CHECK: warning: SubRegIndex Test::subreg_l64 and Test::subreg_l32 compose ambiguously as Test::s…
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Multilib.cpp | 172 static Multilib compose(const Multilib &Base, const Multilib &New) { in compose() function 200 Multilib MO = compose(Base, New); in Either()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Interchange.cpp | 73 m = m.compose(permutationMap); in interchangeGenericOp()
|
| H A D | SplitReduction.cpp | 257 return map.compose(composeMap); in scaleReductionDim() 267 return map.compose(shiftedIdMap).insertResult(reductionDim, reductionDimPos); in insertParallelDim()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AffineMap.h | 289 AffineMap compose(AffineMap map) const; 293 SmallVector<int64_t, 4> compose(ArrayRef<int64_t> values) const;
|
| H A D | AffineExpr.h | 184 AffineExpr compose(AffineMap map) const;
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBEnvironment.cpp | 96 entries.AppendString(Environment::compose(KV).c_str()); in GetEntries()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Environment.h | 80 static std::string compose(const value_type &KeyValue) { in compose() function
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AffineMap.cpp | 439 AffineMap AffineMap::compose(AffineMap map) const { in compose() function in AffineMap 459 exprs.push_back(expr.compose(newMap)); in compose() 463 SmallVector<int64_t, 4> AffineMap::compose(ArrayRef<int64_t> values) const { in compose() function in AffineMap 470 auto resMap = compose(AffineMap::get(0, 0, exprs, ctx)); in compose()
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | compose-subview.mlir | 1 // RUN: mlir-opt -allow-unregistered-dialect %s -test-compose-subview -split-input-file | FileCheck…
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | types.mlir | 55 // expected-error @+1 {{cannot use 'tensor<4xf32>' to compose SPIR-V types}} 60 // expected-error @+1 {{cannot use 'bf16' to compose SPIR-V types}} 70 // expected-error @+1 {{cannot use 'index' to compose SPIR-V types}} 75 // expected-error @+1 {{cannot use '!llvm.struct<()>' to compose SPIR-V types}}
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ProcessLauncherWindows.cpp | 30 if (llvm::ConvertUTF8toWide(Environment::compose(KV), warg)) { in CreateEnvironmentBuffer()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | AffineExpr.cpp | 61 return wrap(unwrap(affineExpr).compose(unwrap(affineMap))); in mlirAffineExprCompose()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgInterfaces.cpp | 586 loopToResultsShapeMap.compose(getShapesToLoopsMap()); in reifyResultShapes() 764 indexingMap.compose(startLoopRangeValues); in verifyStructuredOpInterface() 766 indexingMap.compose(endLoopRangeValues); in verifyStructuredOpInterface()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/ |
| H A D | SCFToGPU.cpp | 453 loc, annotation.getMap().compose(lowerAndStep), in processParallelLoop() 497 loc, annotation.getBound().compose(stepMap), in processParallelLoop()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 136 set_env.push_back(Environment::compose(KV)); in ComputeLaunchEnvironment()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/ |
| H A D | TestVectorizationUtils.cpp | 218 res = res ? res.compose(m) : m; in testComposeMaps()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransferPermutationMapRewritePatterns.cpp | 78 AffineMap newMap = permutationMap.compose(map); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | FoldSubViewOps.cpp | 123 currPermutationMap.compose(resultDimToSourceDimMap)); in getPermutationMapAttr()
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | affine_expr.py | 386 print(expr.compose(map))
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/SuperVectorize/ |
| H A D | compose_maps.mlir | 1 // RUN: mlir-opt -allow-unregistered-dialect %s -affine-super-vectorizer-test -compose-maps -split-…
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | IntegerRelation.h | 555 void compose(const IntegerRelation &rel);
|
| /llvm-project-15.0.7/llvm/docs/tutorial/ |
| H A D | BuildingAJIT2.rst | 51 Chapter 1 and compose an ORC *IRTransformLayer* on top. We will look at how the 141 to see how layers compose. It also provides a neat entry point to the *layer*
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/ |
| H A D | AffineStructures.h | 553 void compose(const FlatAffineRelation &other);
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/ |
| H A D | Passes.td | 43 will be updated to compose the layout map with with the affine expression
|