Lines Matching defs:s32
66 const LLT s32 = LLT::scalar(32);
112 s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, v3s16,
122 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64,
126 auto allIntScalarsAndVectors = {s8, s16, s32, s64, v2s8, v2s16,
133 auto allIntScalars = {s8, s16, s32, s64};
135 auto allFloatScalars = {s16, s32, s64};
138 s16, s32, s64, v2s16, v2s32, v2s64, v3s16, v3s32, v3s64,
141 auto allFloatAndIntScalarsAndPtrs = {s8, s16, s32, s64, p0, p1,
262 // Control-flow. In some cases (e.g. constants) s1 may be promoted to s32.
263 getActionDefinitionsBuilder(G_BRCOND).legalFor({s1, s32});