| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_leb128.h | 44 T slice = byte & 0x7f; in DecodeSLEB128() local 77 T slice = byte & 0x7f; in DecodeULEB128() local
|
| /llvm-project-15.0.7/libc/src/__support/CPP/ |
| H A D | ArrayRef.h | 65 auto slice(size_t N, size_t M) const { return ArrayRefBase(data() + N, M); } in slice() function 67 auto slice(size_t N) const { return slice(N, size() - N); } in slice() function
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-elaborated-type.mm | 18 struct NSSlice slice; field
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | FusePadOpWithLinalgProducer.cpp | 107 auto slice = rewriter.create<tensor::ExtractSliceOp>( in matchAndRewrite() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ArrayRef.h | 194 ArrayRef<T> slice(size_t N, size_t M) const { in slice() function 200 ArrayRef<T> slice(size_t N) const { return slice(N, size() - N); } in slice() function 375 MutableArrayRef<T> slice(size_t N, size_t M) const { in slice() function 381 MutableArrayRef<T> slice(size_t N) const { in slice() function
|
| H A D | SmallString.h | 253 StringRef slice(size_t Start, size_t End) const { in slice() function
|
| H A D | StringRef.h | 736 StringRef slice(size_t Start, size_t End) const { in slice() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryStreamRef.h | 117 RefType slice(uint64_t Offset, uint64_t Len) const { in slice() function 203 BinarySubstreamRef slice(uint64_t Off, uint64_t Size) const { in slice() function
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | gpu_group.h | 35 int slice; member
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestSlicing.cpp | 38 SetVector<Operation *> slice; in createBackwardSliceFunction() local
|
| /llvm-project-15.0.7/mlir/lib/Analysis/ |
| H A D | SliceAnalysis.cpp | 136 SetVector<Operation *> slice; in getSlice() local 223 SetVector<Operation *> slice; in dependsOnCarriedVals() local
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | ControlFlowInterfaces.h | 87 MutableOperandRange slice(unsigned subStart, unsigned subLen) const { in slice() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | IntelPTCollector.cpp | 87 std::string slice = line.substr(line.find_first_of("/")); in GetCGroupFileDescriptor() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | VectorSubscripts.cpp | 261 mlir::Value slice = createSlice(builder, loc); in loopOverElementsBase() local 386 mlir::Value slice, mlir::ValueRange inductionVariables) { in getElementAt()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/ |
| H A D | TosaDecomposeTransposeConv.cpp | 347 auto slice = createOpAndInfer<tosa::SliceOp>( in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | AffinePromotion.cpp | 373 static void populateIndexArgs(fir::ArrayCoorOp acoOp, fir::SliceOp slice, in populateIndexArgs() 391 if (auto slice = acoOp.getShape().getDefiningOp<SliceOp>()) in populateIndexArgs() local
|
| H A D | ArrayValueCopy.cpp | 886 mlir::Value shape, mlir::Value slice, in genCoorOp()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MemoryBufferTest.cpp | 274 TEST_F(MemoryBufferTest, slice) { in TEST_F() argument
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopFusionUtils.cpp | 582 const ComputationSliceState &slice, in getFusionComputeCost()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRAffine.cpp | 399 PyAffineMapExprList slice(intptr_t startIndex, intptr_t length, in slice() function in __anonf6590d6b0611::PyAffineMapExprList 476 PyIntegerSetConstraintList slice(intptr_t startIndex, intptr_t length, in slice() function in __anonf6590d6b0711::PyIntegerSetConstraintList
|
| H A D | IRCore.cpp | 2018 PyBlockArgumentList slice(intptr_t startIndex, intptr_t length, in slice() function in __anon7f4419ab0511::PyBlockArgumentList 2075 PyOpOperandList slice(intptr_t startIndex, intptr_t length, intptr_t step) { in slice() function in __anon7f4419ab0511::PyOpOperandList 2118 PyOpResultList slice(intptr_t startIndex, intptr_t length, intptr_t step) { in slice() function in __anon7f4419ab0511::PyOpResultList
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ilp.c | 162 struct isl_basic_set *slice; in solve_ilp_search() local
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | OperationSupport.cpp | 424 MutableOperandRange::slice(unsigned subStart, unsigned subLen, in slice() function in MutableOperandRange
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/ |
| H A D | VectorToGPU.cpp | 212 SetVector<Operation *> slice; in getSliceContract() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | Utils.cpp | 994 const ComputationSliceState &slice, in buildSliceTripCountMap()
|