Lines Matching defs:gpr
4426 /* GPR size of varargs save area. */
4581 tree gpr, fpr, ovf, sav, t;
4645 gpr = build3 (COMPONENT_REF, TREE_TYPE (f_gpr), unshare_expr (valist),
4661 type = TREE_TYPE (gpr);
4663 gpr, build_int_cst (type, n_gpr * 8));
4714 tree gpr, fpr, ovf, sav, t;
4734 gpr = build3 (COMPONENT_REF, TREE_TYPE (f_gpr),
4806 GPR save area which guarantees only 8-byte alignment. */
4862 t = build_int_cst (TREE_TYPE (gpr),
4864 t = build2 (GE_EXPR, boolean_type_node, gpr, t);
4883 /* int_addr = gpr + sav; */
4884 t = fold_build_pointer_plus (sav, gpr);
4970 t = build2 (PLUS_EXPR, TREE_TYPE (gpr), gpr,
4971 build_int_cst (TREE_TYPE (gpr), needed_intregs * 8));
4972 gimplify_assign (gpr, t, pre_p);
4973 /* The GPR save area guarantees only 8-byte alignment. */
19459 /* Require movement to gpr, and then store to memory. */
19879 /* Prefer SSE over GPR for HFmode. */
19902 /* Multiply with the number of GPR moves needed. */
19966 /* Moves between mask register and GPR. */
20073 and HFmode between GPR and SSE registers. */
22834 GPR -> XMM move is accounted for in add_stmt_cost. */
23441 via a GPR or via vpinsr which involves similar cost.
23443 register we can hope to avoid using a GPR. */