Lines Matching refs:expCount
66 expAdded(), expCount(), curVecMask() {} in CodeGen()
102 Value expCount; member
761 codegen.expCount); in genInsertionStore()
763 Value add = builder.create<arith::AddIOp>(loc, codegen.expCount, one); in genInsertionStore()
767 builder.create<scf::YieldOp>(loc, codegen.expCount); in genInsertionStore()
770 codegen.expCount = ifOp.getResult(0); in genInsertionStore()
1069 codegen.expCount = res.getResult(3); in genExpansion()
1074 codegen.expCount); in genExpansion()
1076 codegen.expCount = Value(); in genExpansion()
1244 operands.push_back(codegen.expCount); in genFor()
1249 codegen.expCount = forOp.getRegionIterArgs().back(); in genFor()
1285 operands.push_back(codegen.expCount); in genWhile()
1319 codegen.expCount = after->getArgument(o++); in genWhile()
1423 yields.push_back(codegen.expCount); in genWhileInduction()
1424 codegen.expCount = ifOp->getResult(y++); in genWhileInduction()
1459 operands.push_back(codegen.expCount); in genWhileInduction()
1460 codegen.expCount = whileOp->getResult(o++); in genWhileInduction()
1484 operands.push_back(codegen.expCount); in genForInduction()
1485 codegen.expCount = loop->getResult(o++); in genForInduction()
1535 operands.push_back(codegen.expCount); in endIf()
1536 codegen.expCount = cntInput; in endIf()
1658 Value cntInput = codegen.expCount; in genStmt()