Home
last modified time | relevance | path

Searched defs:useInBoundsInsteadOfMasking (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp333 createReadOrMaskedRead(OpBuilder & builder,Location loc,Value source,ArrayRef<int64_t> readShape,Value padValue,bool useInBoundsInsteadOfMasking) createReadOrMaskedRead() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp1579 bool useInBoundsInsteadOfMasking = false; in vectorizeAsTensorUnpackOp() local
1423 createWriteOrMaskedWrite(OpBuilder & builder,Location loc,Value input,SmallVector<OpFoldResult> destSizes,ArrayRef<int64_t> inputVectorSizes,bool useInBoundsInsteadOfMasking) createWriteOrMaskedWrite() argument
1514 bool useInBoundsInsteadOfMasking = false; vectorizeAsTensorPackOp() local
[all...]