Home
last modified time | relevance | path

Searched refs:compose (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dambiguous-composition.td3 // 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 DMultilib.cpp172 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 DInterchange.cpp73 m = m.compose(permutationMap); in interchangeGenericOp()
H A DSplitReduction.cpp257 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 DAffineMap.h289 AffineMap compose(AffineMap map) const;
293 SmallVector<int64_t, 4> compose(ArrayRef<int64_t> values) const;
H A DAffineExpr.h184 AffineExpr compose(AffineMap map) const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBEnvironment.cpp96 entries.AppendString(Environment::compose(KV).c_str()); in GetEntries()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DEnvironment.h80 static std::string compose(const value_type &KeyValue) { in compose() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp439 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 Dcompose-subview.mlir1 // 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 Dtypes.mlir55 // 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 DProcessLauncherWindows.cpp30 if (llvm::ConvertUTF8toWide(Environment::compose(KV), warg)) { in CreateEnvironmentBuffer()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DAffineExpr.cpp61 return wrap(unwrap(affineExpr).compose(unwrap(affineMap))); in mlirAffineExprCompose()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp586 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 DSCFToGPU.cpp453 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 DPlatformQemuUser.cpp136 set_env.push_back(Environment::compose(KV)); in ComputeLaunchEnvironment()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp218 res = res ? res.compose(m) : m; in testComposeMaps()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferPermutationMapRewritePatterns.cpp78 AffineMap newMap = permutationMap.compose(map); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp123 currPermutationMap.compose(resultDimToSourceDimMap)); in getPermutationMapAttr()
/llvm-project-15.0.7/mlir/test/python/ir/
H A Daffine_expr.py386 print(expr.compose(map))
/llvm-project-15.0.7/mlir/test/Dialect/Affine/SuperVectorize/
H A Dcompose_maps.mlir1 // 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 DIntegerRelation.h555 void compose(const IntegerRelation &rel);
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT2.rst51 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 DAffineStructures.h553 void compose(const FlatAffineRelation &other);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td43 will be updated to compose the layout map with with the affine expression

123