Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1121 static Value vectorizeOperand(Value operand, VectorizationState &state) { in vectorizeOperand() function
1213 Value vectorValue = vectorizeOperand(storeOp.getValueToStore(), state); in vectorizeAffineStore()
1312 vecIterOperands.push_back(vectorizeOperand(operand, state)); in vectorizeAffineForOp()
1399 Value vecOperand = vectorizeOperand(operand, state); in widenOp()