Searched refs:prevOp (Results 1 – 4 of 4) sorted by relevance
201 var len, pos, searchOp, replaced, prevOp, i;213 prevOp = rewrites[pos];214 if (prevOp.index!==op.index) {217 if (prevOp instanceof trs.ReplaceOp) {
3156 operation prevOp; member in nv50_ir::SchedDataCalculator3191 if (prevOp == OP_EXPORT) in setDelay()3199 if (prevData != 0x04 || prevOp != OP_EXPORT) in setDelay()3201 prevOp = insn->op; in setDelay()3239 prevOp = OP_NOP; in visit()3250 prevOp = in->getExit()->op; in visit()3255 prevOp = OP_NOP; in visit()
1255 auto prevOp = thisOp.getOperand(0).getDefiningOp(); in match() local1256 return isa_and_nonnull<ReshapeOp>(prevOp) ? success() : failure(); in match()1261 auto prevOp = cast<ReshapeOp>(thisOp.getOperand(0).getDefiningOp()); in rewrite() local1269 op, thisOp.getType(), prevOp.getOperand(0), thisOp.getOperand(1)); in rewrite()
4220 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchAt() local4221 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()5658 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchChunkAt() local5659 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchChunkAt()