Home | History | Annotate | Download | only in TableGen

Lines Matching defs:splat

1092   bool splat = proto.find('a') != std::string::npos;
1095 if (splat) {
1096 // Call the non-splat builtin: chop off the "_n" suffix from the name.
1143 if (splat && (i + 1) == e)
1147 if ((splat || !argScalar) &&
1451 // Functions with 'a' (the splat code) in the type prototype should not get
1452 // their own builtin as they use the non-splat variant.
1492 // Functions with 'a' (the splat code) in the type prototype should not get
1493 // their own builtin as they use the non-splat variant.
1590 // Functions with 'a' (the splat code) in the type prototype should not get
1591 // their own builtin as they use the non-splat variant.