Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h44 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 DArrayRef.h65 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 Drewrite-elaborated-type.mm18 struct NSSlice slice; field
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DFusePadOpWithLinalgProducer.cpp107 auto slice = rewriter.create<tensor::ExtractSliceOp>( in matchAndRewrite() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DArrayRef.h194 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 DSmallString.h253 StringRef slice(size_t Start, size_t End) const { in slice() function
H A DStringRef.h736 StringRef slice(size_t Start, size_t End) const { in slice() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryStreamRef.h117 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 Dgpu_group.h35 int slice; member
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestSlicing.cpp38 SetVector<Operation *> slice; in createBackwardSliceFunction() local
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp136 SetVector<Operation *> slice; in getSlice() local
223 SetVector<Operation *> slice; in dependsOnCarriedVals() local
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h87 MutableOperandRange slice(unsigned subStart, unsigned subLen) const { in slice() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.cpp87 std::string slice = line.substr(line.find_first_of("/")); in GetCGroupFileDescriptor() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp261 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 DTosaDecomposeTransposeConv.cpp347 auto slice = createOpAndInfer<tosa::SliceOp>( in matchAndRewrite() local
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp373 static void populateIndexArgs(fir::ArrayCoorOp acoOp, fir::SliceOp slice, in populateIndexArgs()
391 if (auto slice = acoOp.getShape().getDefiningOp<SliceOp>()) in populateIndexArgs() local
H A DArrayValueCopy.cpp886 mlir::Value shape, mlir::Value slice, in genCoorOp()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DMemoryBufferTest.cpp274 TEST_F(MemoryBufferTest, slice) { in TEST_F() argument
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp582 const ComputationSliceState &slice, in getFusionComputeCost()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp399 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 DIRCore.cpp2018 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 Disl_ilp.c162 struct isl_basic_set *slice; in solve_ilp_search() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp424 MutableOperandRange::slice(unsigned subStart, unsigned subLen, in slice() function in MutableOperandRange
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp212 SetVector<Operation *> slice; in getSliceContract() local
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp994 const ComputationSliceState &slice, in buildSliceTripCountMap()

12