Searched refs:isTensorOp (Results 1 – 1 of 1) sorted by relevance
252 static bool isTensorOp(OpTy xferOp) { in isTensorOp() function509 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 …]