Searched refs:temps (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr48524.spec4 %{undef} %{save-temps*:-fpch-preprocess} %{D_TEST_D:-D_FOO}
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/nails/
H A Daddmul_2.asm50 C Used for temps: r8 r19 r28
H A Daddmul_3.asm53 C Used for temps: r8 r19 r28
H A Daddmul_4.asm58 C Used for temps: r8 r19 r28
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c7008 HARD_REG_SET temps;
7009 COPY_HARD_REG_SET (temps, call_used_reg_set);
7010 AND_COMPL_HARD_REG_SET (temps, call_fixed_reg_set);
7022 CLEAR_HARD_REG_BIT (temps, FIRST_RET_REG + i);
7025 CLEAR_HARD_REG_BIT (temps, EH_RETURN_STACKADJ_REGNO);
7027 CLEAR_HARD_REG_BIT (temps, EH_RETURN_DATA_REGNO (i));
7032 CLEAR_HARD_REG_BIT (temps, i);
7037 CLEAR_HARD_REG_BIT (temps, i);
7039 CLEAR_HARD_REG_BIT (temps, STATIC_CHAIN_REGNUM);
7041 temp = scavenge_reg (&temps);
6997 HARD_REG_SET temps; local
7034 HARD_REG_SET temps; local
7553 int temps[MAX_TEMPS+1]; member in struct:save_schedule_s
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon-testgen.ml55 Printf.fprintf chan "/* { dg-options \"-save-temps %s\" } */\n" compile_test_optim;
141 Printf.fprintf chan "/* { dg-final { cleanup-saved-temps } } */\n"
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Duse_only_3.inc960 subroutine ions_temp( tempp, temps, ekinpr, vels, na, nsp, h, pmass, ndega, nhpdim, atm2nhp, ekin2nhp )
962 REAL(DP), intent(out) :: temps(:)
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c154 tree temps; member in struct:gimplify_ctx
292 declare_vars (c->temps, body, false);
294 record_vars (c->temps);
581 For instance, #1 means that this is inappropriate for SAVE_EXPR temps,
582 and #2 means it is inappropriate for && temps.
610 tree temps, block; local
614 temps = nreverse (last);
621 gimple_bind_set_vars (scope, temps);
630 BLOCK_VARS (block) = chainon (BLOCK_VARS (block), temps);
634 chainon (gimple_bind_vars (scope), temps));
[all...]
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcc-dg.exp619 # Remove files kept by --save-temps for the current test.
624 proc cleanup-saved-temps { args } {
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dloop.c313 increment_temps -- update temps for next iteration
H A Dnloop.c323 increment_temps -- update temps for next iteration
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc1005 std::vector<Temporary_statement*> temps; local
1006 temps.reserve(this->lhs_->size());
1033 temps.push_back(temp);
1039 std::vector<Temporary_statement*>::const_iterator ptemp = temps.begin();
1057 go_assert(ptemp == temps.end() || saw_errors());
H A Dexpressions.cc8682 std::vector<Temporary_statement*>* temps = local
8684 temps->reserve(rc);
8693 temps->push_back(temp);
8695 this->results_ = temps;
/haiku-buildtools/gcc/libiberty/
H A Dcp-demangle.c4101 __extension__ struct d_print_template temps[dpi.num_copy_templates]; local
4104 dpi.copy_templates = temps;
/haiku-buildtools/binutils/libiberty/
H A Dcp-demangle.c4262 __extension__ struct d_print_template temps[(dpi.num_copy_templates > 0) local
4266 dpi.copy_templates = temps;

Completed in 350 milliseconds