Lines Matching refs:Ins
861 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach() local
865 if (Ins.size() == 1) { in genExportForEach()
869 } else if (Ins.size() > 1) { in genExportForEach()
871 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
913 if (Ins.size() == 1) { in genExportForEach()
916 } else if (Ins.size() > 1) { in genExportForEach()
917 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()
955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()
964 if (Ins.size() == 1 && (EF->hasOut() || EF->hasReturn())) { in genExportForEach()
968 } else if (Ins.size() > 1) { in genExportForEach()
971 std::string In0Name = "ain_" + Ins[0]->getName().str(); in genExportForEach()
973 for (size_t index = 1; index < Ins.size(); ++index) { in genExportForEach()
974 genPairwiseDimCheck(In0Name, "ain_" + Ins[index]->getName().str()); in genExportForEach()
991 if (Ins.size() == 1) { in genExportForEach()
993 } else if (Ins.size() > 1) { in genExportForEach()
994 mOut << ", new Allocation[]{ain_" << Ins[0]->getName().str(); in genExportForEach()
996 for (size_t index = 1; index < Ins.size(); ++index) { in genExportForEach()
997 mOut << ", ain_" << Ins[index]->getName().str(); in genExportForEach()
1138 const auto &Ins = ER->getAccumulatorIns(); in genExportReduceArrayVariant() local
1140 slangAssert(Ins.size() == InTypes.size()); in genExportReduceArrayVariant()
1141 InsTypeData.resize(Ins.size()); in genExportReduceArrayVariant()
1143 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant()
1193 slangAssert(Ins.size() == InTypes.size()); in genExportReduceArrayVariant()
1194 slangAssert(Ins.size() == InsTypeData.size()); in genExportReduceArrayVariant()
1195 slangAssert(Ins.size() == Args.size()); in genExportReduceArrayVariant()
1199 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant()
1254 const auto &Ins = ER->getAccumulatorIns(); in genExportReduceAllocationVariant() local
1260 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceAllocationVariant()
1297 if (Ins.size() > 1) in genExportReduceAllocationVariant()
1299 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceAllocationVariant()
1319 for (size_t InIdx = 1, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) in genExportReduceAllocationVariant()