Lines Matching refs:expValues
65 outerParNest(nest), lexIdx(), lexVal(), expValues(), expFilled(), in CodeGen()
99 Value expValues; member
723 if (!codegen.expValues) { in genInsertionLoad()
729 return builder.create<memref::LoadOp>(loc, codegen.expValues, index); in genInsertionLoad()
737 if (!codegen.expValues) { in genInsertionStore()
771 builder.create<memref::StoreOp>(loc, rhs, codegen.expValues, index); in genInsertionStore()
1065 assert(!codegen.expValues); in genExpansion()
1066 codegen.expValues = res.getResult(0); in genExpansion()
1071 assert(codegen.expValues); in genExpansion()
1072 builder.create<CompressOp>(loc, tensor, codegen.lexIdx, codegen.expValues, in genExpansion()
1075 codegen.expValues = codegen.expFilled = codegen.expAdded = in genExpansion()
1243 if (codegen.expValues) in genFor()
1248 if (codegen.expValues) in genFor()
1283 if (codegen.expValues) { in genWhile()
1318 if (codegen.expValues) in genWhile()
1399 if (codegen.sparseOut && !codegen.expValues) { in genLocals()
1413 if (codegen.redVal || codegen.expValues) { in genWhileInduction()
1422 if (codegen.expValues) { in genWhileInduction()
1458 if (codegen.expValues) { in genWhileInduction()
1483 if (codegen.expValues) { in genForInduction()
1518 if (codegen.expValues) in genIf()
1534 if (codegen.expValues) { in endIf()