Home
last modified time | relevance | path

Searched defs:slice (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/clang/test/CodeGen/aarch64-sme2p1-intrinsics/
H A Dacle_sme2p1_movaz.c
H A Dacle_sme2p1_zero.c
/llvm-project/clang/test/CodeGen/aarch64-sme2-intrinsics/
H A Dacle_sme2_fmlas16.c
H A Dacle_sme2_add_sub_za16.c
/llvm-project/clang/test/Sema/aarch64-sme-intrinsics/
H A Dacle_sme_imm.cpp15 void test_range_0_0(uint32_t slice, svbool_t pg, void *ptr) __arm_streaming __arm_inout("za") { in test_range_0_0()
35 void test_range_0_1(uint32_t slice, svbool_t pg, void *ptr) __arm_streaming __arm_inout("za") { in test_range_0_1()
55 void test_range_0_3(uint32_t slice, svbool_t pg, void *ptr) __arm_streaming __arm_inout("za") { in test_range_0_3()
93 void test_range_0_7(uint32_t slice, svbool_t pg, void *ptr) __arm_streaming __arm_inout("za") { in test_range_0_7()
136 void test_range_0_15(uint32_t slice, svbool_t pg, void *ptr) __arm_streaming __arm_inout("za") { in test_range_0_15()
/llvm-project/clang/test/CodeGen/aarch64-sme-intrinsics/
H A Dacle_sme_read.c
H A Dacle_sme_write.c
/llvm-project/clang/test/Sema/aarch64-sme2-intrinsics/
H A Dacle_sme2_fmlas16.c8 void test_features_f16f16(uint32_t slice, in test_features_f16f16() argument
69 test_imm(uint32_t slice,svfloat16_t zm,svfloat16x2_t zn2,svfloat16x4_t zn4,svbfloat16_t bzm,svbfloat16x2_t bzn2,svbfloat16x4_t bzn4) test_imm() argument
[all...]
H A Dacle_sme2_add_sub_za16.c7 void test_features(uint32_t slice, svfloat16x2_t zn2, svfloat16x4_t zn4, in test_features() argument
/llvm-project/clang/test/Sema/aarch64-sme2p1-intrinsics/
H A Dacle_sme2p1_imm.cpp8 void tests_readz_tile_to_vector_single(uint32_t slice) __arm_streaming __arm_inout("za") { in tests_readz_tile_to_vector_single()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_array_ref.h67 ArrayRef<T> slice(uptr N, uptr M) const { in slice() function
73 ArrayRef<T> slice(uptr N) const { return slice(N, size() - N); } in slice() function
H A Dsanitizer_leb128.h44 T slice = byte & 0x7f; in DecodeSLEB128() local
77 T slice = byte & 0x7f; in DecodeULEB128() local
/llvm-project/mlir/lib/Interfaces/
H A DSubsetOpInterface.cpp48 FailureOr<HyperrectangularSlice> slice = in defaultOperatesOnEquivalentSubset() local
69 FailureOr<HyperrectangularSlice> slice = in defaultOperatesOnDisjointSubset() local
/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h195 ArrayRef<T> slice(size_t N, size_t M) const { slice() function
201 ArrayRef<T> slice(size_t N) const { return slice(N, size() - N); } slice() function
376 MutableArrayRef<T> slice(size_t N, size_t M) const { slice() function
382 MutableArrayRef<T> slice(size_t N) const { slice() function
[all...]
H A DSmallString.h247 [[nodiscard]] StringRef slice(size_t Start, size_t End) const { in slice() function
/llvm-project/clang/test/Rewriter/
H A Drewrite-elaborated-type.mm17 struct NSSlice slice; field
/llvm-project/mlir/lib/Analysis/
H A DSliceAnalysis.cpp174 slice.insert(backwardSlice.begin(), backwardSlice.end()); in dependsOnCarriedVals() local
146 SetVector<Operation *> slice; getSlice() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DFusePadOpWithLinalgProducer.cpp104 auto slice = rewriter.create<tensor::ExtractSliceOp>( in matchAndRewrite() local
/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h115 RefType slice(uint64_t Offset, uint64_t Len) const { in slice() function
200 BinarySubstreamRef slice(uint64_t Off, uint64_t Size) const { in slice() function
/llvm-project/mlir/test/lib/IR/
H A DTestSlicing.cpp39 SetVector<Operation *> slice; in createBackwardSliceFunction() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DDimLvlMap.cpp52 DimSpec::DimSpec(DimVar var, DimExpr expr, SparseTensorDimSliceAttr slice) in DimSpec()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.cpp84 std::string slice = line.substr(line.find_first_of('/')); in GetCGroupFileDescriptor() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h92 MutableOperandRange slice(unsigned subStart, unsigned subLen) const { in slice() function
/llvm-project/mlir/lib/Query/
H A DQuery.cpp47 std::vector<Operation *> slice; in extractFunction() local
/llvm-project/mlir/lib/Dialect/Mesh/Transforms/
H A DTransforms.cpp155 Value slice = builder.create<tensor::ExtractSliceOp>( in matchAndRewrite() local

123