Home
last modified time | relevance | path

Searched refs:srcIdx (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp396 Value srcIdx) { in translateIndices() argument
415 val = rewriter.create<memref::LoadOp>(loc, srcIdx, idx); in translateIndices()
422 Value old = rewriter.create<memref::LoadOp>(loc, srcIdx, jdx); in translateIndices()
490 Value srcIdx = genAlloca(rewriter, loc, srcRank, rewriter.getIndexType()); in genSparse2SparseReshape() local
498 Value cond = genGetNextCall(rewriter, op, iter, srcIdx, elemPtr); in genSparse2SparseReshape()
504 translateIndices(loc, rewriter, reassociation, dstTp, srcTp, dstIdx, srcIdx); in genSparse2SparseReshape()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp39 static Value getOffsetForBitwidth(Location loc, Value srcIdx, int sourceBits, in getOffsetForBitwidth() argument
49 auto m = builder.create<spirv::UModOp>(loc, srcIdx, idx); in getOffsetForBitwidth()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp145 fn->srcIdx = r.first->second; in readGCNO()
353 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; } in getFilename()
662 SourceInfo &si = sources[f.srcIdx]; in collectFunction()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h263 unsigned srcIdx; variable
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp331 uint32_t srcIdx = nbHeadIndices; in mergeDebugT() local
333 TypeIndex dstIdx = tpiMap[srcIdx++]; in mergeDebugT()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp932 SmallVector<int64_t, 4> srcIdx(srcRank); in matchAndRewrite() local
938 incIdx(srcIdx, sourceVectorType, srcRank - 1); in matchAndRewrite()
941 Value e = rewriter.create<vector::ExtractOp>(loc, op.getSource(), srcIdx); in matchAndRewrite()