Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp252 static bool isTensorOp(OpTy xferOp) { in isTensorOp() function
509 return isTensorOp(xferOp) ? loopState[0] : Value(); in handleOutOfBoundsDim()
515 if (isTensorOp(xferOp)) { in cleanup()
525 return isTensorOp(xferOp) ? xferOp.getSource() : Value(); in initialLoopState()
536 if (isTensorOp(xferOp) && !options.lowerTensors) in checkPrepareXferOp()
894 if (isTensorOp(xferOp) && !options.lowerTensors) in matchAndRewrite()
1021 if (isTensorOp(xferOp) && !options.lowerTensors) in matchAndRewrite()
1041 isTensorOp(xferOp) ? TypeRange(sourceType) : TypeRange(), in matchAndRewrite()
1067 return isTensorOp(xferOp) ? source : Value(); in matchAndRewrite()
1070 if (isTensorOp(xferOp)) in matchAndRewrite()
[all …]