Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3804 build(OpBuilder & builder,OperationState & result,VectorType vectorType,Value source,ValueRange indices,AffineMapAttr permutationMapAttr,ArrayAttr inBoundsAttr) build() argument
3818 auto permutationMapAttr = AffineMapAttr::get(permutationMap); build() local
3833 auto permutationMapAttr = AffineMapAttr::get(permutationMap); build() local
4334 build(OpBuilder & builder,OperationState & result,Value vector,Value dest,ValueRange indices,AffineMapAttr permutationMapAttr,Value mask,ArrayAttr inBoundsAttr) build() argument
4345 build(OpBuilder & builder,OperationState & result,Value vector,Value dest,ValueRange indices,AffineMapAttr permutationMapAttr,ArrayAttr inBoundsAttr) build() argument
4357 auto permutationMapAttr = AffineMapAttr::get(permutationMap); build() local
[all...]