Lines Matching defs:S32
219 LLT S32 = LLT::scalar(32);
223 B.buildCTPOP(S32, Copies[0]);
224 B.buildCTLZ(S32, Copies[0]);
225 B.buildCTLZ_ZERO_UNDEF(S32, Copies[1]);
226 B.buildCTTZ(S32, Copies[0]);
227 B.buildCTTZ_ZERO_UNDEF(S32, Copies[1]);
247 LLT S32 = LLT::scalar(32);
251 B.buildUITOFP(S32, Copies[0]);
252 B.buildSITOFP(S32, Copies[0]);
253 B.buildFPTOUI(S32, Copies[0]);
254 B.buildFPTOSI(S32, Copies[0]);
330 LLT S32 = LLT::scalar(32);
331 Register RegC0 = B.buildConstant(S32, 0).getReg(0);
332 Register RegC1 = B.buildConstant(S32, 1).getReg(0);
333 Register RegC2 = B.buildConstant(S32, 2).getReg(0);
334 Register RegC3 = B.buildConstant(S32, 3).getReg(0);
369 LLT S32 = LLT::scalar(32);
370 Register RegC0 = B.buildConstant(S32, 0).getReg(0);
371 Register RegC1 = B.buildConstant(S32, 1).getReg(0);
372 Register RegC2 = B.buildConstant(S32, 2).getReg(0);
373 Register RegC3 = B.buildConstant(S32, 3).getReg(0);
458 LLT S32 = LLT::scalar(32);
465 auto GetFPMode = B.buildGetFPMode(S32);