Lines Matching full:lower
130 {G_UADDE, G_UADDO, G_USUBE, G_USUBO}).lower();
132 getActionDefinitionsBuilder({G_SADDO, G_SSUBO}).minScalar(0, sXLen).lower();
136 .lower();
157 .lower();
159 getActionDefinitionsBuilder(G_SEXT_INREG).maxScalar(0, sXLen).lower();
179 getActionDefinitionsBuilder({G_FSHL, G_FSHR}).lower();
189 RotateActions.lower();
191 getActionDefinitionsBuilder(G_BITREVERSE).maxScalar(0, sXLen).lower();
203 BSWAPActions.maxScalar(0, sXLen).lower();
214 CountZerosActions.maxScalar(0, sXLen).scalarSameSizeAs(1, 0).lower();
217 CountZerosUndefActions.lower();
226 CTPOPActions.maxScalar(0, sXLen).scalarSameSizeAs(1, 0).lower();
282 LoadStoreActions.clampScalar(0, s32, sXLen).lower();
283 ExtLoadActions.widenScalarToNextPow2(0).clampScalar(0, s32, sXLen).lower();
318 .lower();
321 getActionDefinitionsBuilder({G_SMULO, G_UMULO}).minScalar(0, sXLen).lower();
337 .lower();
354 getActionDefinitionsBuilder({G_UDIVREM, G_SDIVREM}).lower();
359 AbsActions.lower();
365 MinMaxActions.lower();
371 getActionDefinitionsBuilder(G_DYN_STACKALLOC).lower();
455 // f64, then try to lower it to G_SPLAT_VECTOR_SPLIT_64_VL. If the subtarget
627 // Custom-lower extensions from mask vectors by using a vselect either with 1
694 // TODO: need to lower G_SPLAT_VECTOR_SPLIT_I64. This is done in
710 // Lower splats of s1 types to G_ICMP. For each mask vector type, we have a
799 return Helper.lower(MI, 0, /* Unused hint type */ LLT()) ==