Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp561 VectorType targetVectorType; global() member
681 BitCastBitsEnumerator(VectorType sourceVectorType,VectorType targetVectorType) BitCastBitsEnumerator() argument
717 BitCastRewriter(VectorType sourceVectorType,VectorType targetVectorType) BitCastRewriter() argument
967 VectorType targetVectorType = bitCastOp.getResultVectorType(); matchAndRewrite() local
1031 VectorType targetVectorType = bitCastOp.getResultVectorType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp726 auto targetVectorType = vectorType.cloneWith({}, legalIntTy); matchAndRewrite() local