Lines Matching defs:allPtrs
161 auto allPtrs = {p0, p1, p2, p3, p4, p5, p6, p7, p8, p10};
213 .legalIf(all(typeInSet(0, allPtrs), typeInSet(1, allPtrs)));
216 all(typeInSet(0, allPtrs), typeInSet(1, allIntScalars)));
219 .legalForCartesianProduct(allPtrs, allPtrs);
221 getActionDefinitionsBuilder({G_LOAD, G_STORE}).legalIf(typeInSet(1, allPtrs));
265 .legalForCartesianProduct(allPtrs, allIntScalars)
267 all(typeInSet(0, allPtrs), typeOfExtendedScalars(1, IsExtendedInts)));
269 .legalForCartesianProduct(allIntScalars, allPtrs)
271 all(typeOfExtendedScalars(0, IsExtendedInts), typeInSet(1, allPtrs)));
273 .legalForCartesianProduct(allPtrs, allIntScalars)
275 all(typeInSet(0, allPtrs), typeOfExtendedScalars(1, IsExtendedInts)));
291 .legalForCartesianProduct(allIntScalars, allPtrs);
295 .legalForCartesianProduct(allFloatScalars, allPtrs);
298 .legalForCartesianProduct(allFloatAndIntScalarsAndPtrs, allPtrs);