Home
last modified time | relevance | path

Searched defs:srcIdx (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorShapeCast.cpp169 SmallVector<int64_t> srcIdx(srcRank); matchAndRewrite() local
281 SmallVector<int64_t> srcIdx(srcRank); matchAndRewrite() local
[all...]
/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h267 unsigned srcIdx; variable
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp91 getOffsetForBitwidth(Location loc,OpFoldResult srcIdx,int sourceBits,int targetBits,OpBuilder & builder) getOffsetForBitwidth() argument
H A DExpandStridedMetadata.cpp427 unsigned srcIdx = indices[i]; in getProductOfValues() local
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp47 static Value getOffsetForBitwidth(Location loc, Value srcIdx, int sourceBits, in getOffsetForBitwidth() argument
/llvm-project/lld/COFF/
H A DDebugTypes.cpp343 uint32_t srcIdx = nbHeadIndices; in mergeDebugT() local
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp644 Value srcIdx, int64_t warpSz) { in runOnOperation() argument