Home
last modified time | relevance | path

Searched refs:attrValues (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaFoldConstantTranspose.cpp58 auto attrValues = inputValues.getValues<Attribute>(); in matchAndRewrite() local
77 outputValues[dstLinearIndex] = attrValues[srcIndices]; in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp505 SmallVector<Value> attrValues; in genExprImpl() local
508 attrValues.push_back(genSingleExpr(attr->getValue())); in genExprImpl()
517 attrValues, results); in genExprImpl()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLOps.td360 CArg<"ValueRange", "llvm::None">:$attrValues,
364 operandValues, attrValues, $_builder.getStrArrayAttr(attrNames),