Lines Matching refs:isTensorOp
252 static bool isTensorOp(OpTy xferOp) { in isTensorOp() function
494 Type type = isTensorOp(xferOp) ? xferOp.getShapedType() : Type(); in rewriteOp()
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()
1032 auto sourceType = isTensorOp(xferOp) ? xferOp.getShapedType() : Type(); in matchAndRewrite()
1041 isTensorOp(xferOp) ? TypeRange(sourceType) : TypeRange(), in matchAndRewrite()
1063 return isTensorOp(xferOp) ? newXferOp->getResult(0) : Value(); in matchAndRewrite()
1067 return isTensorOp(xferOp) ? source : Value(); in matchAndRewrite()
1070 if (isTensorOp(xferOp)) in matchAndRewrite()
1074 if (isTensorOp(xferOp)) in matchAndRewrite()