Lines Matching refs:Ins
1028 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach() local
1040 if (Ins.size() == 1) { in genExportForEach()
1044 } else if (Ins.size() > 1) { in genExportForEach()
1047 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
1096 if (Ins.size() == 1) { in genExportForEach()
1099 } else if (Ins.size() > 1) { in genExportForEach()
1100 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
1140 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()
1149 if (Ins.size() == 1 && (EF->hasOut() || EF->hasReturn())) { in genExportForEach()
1153 } else if (Ins.size() > 1) { in genExportForEach()
1156 std::string In0Name = "ain_" + Ins[0]->getName().str(); in genExportForEach()
1158 for (size_t index = 1; index < Ins.size(); ++index) { in genExportForEach()
1159 genPairwiseDimCheck(In0Name, "ain_" + Ins[index]->getName().str()); in genExportForEach()
1187 if (Ins.size() == 1) { in genExportForEach()
1189 } else if (Ins.size() > 1) { in genExportForEach()
1190 mOut << ", new Allocation[]{ain_" << Ins[0]->getName().str(); in genExportForEach()
1192 for (size_t index = 1; index < Ins.size(); ++index) { in genExportForEach()
1193 mOut << ", ain_" << Ins[index]->getName().str(); in genExportForEach()
1343 const auto &Ins = ER->getAccumulatorIns(); in genExportReduceArrayVariant() local
1345 slangAssert(Ins.size() == InTypes.size()); in genExportReduceArrayVariant()
1346 InsTypeData.resize(Ins.size()); in genExportReduceArrayVariant()
1348 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant()
1398 slangAssert(Ins.size() == InTypes.size()); in genExportReduceArrayVariant()
1399 slangAssert(Ins.size() == InsTypeData.size()); in genExportReduceArrayVariant()
1400 slangAssert(Ins.size() == Args.size()); in genExportReduceArrayVariant()
1404 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant()
1459 const auto &Ins = ER->getAccumulatorIns(); in genExportReduceAllocationVariant() local
1465 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceAllocationVariant()
1502 if (Ins.size() > 1) in genExportReduceAllocationVariant()
1504 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceAllocationVariant()
1524 for (size_t InIdx = 1, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) in genExportReduceAllocationVariant()