Home | History | Annotate | Download | only in ia32

Lines Matching defs:TempRegister

665 LUnallocated* LChunkBuilder::TempRegister() {
979 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1037 LOperand* temp = TempRegister();
1237 LOperand* temp1 = TempRegister();
1238 LOperand* temp2 = TempRegister();
1252 LOperand* temp = TempRegister();
1420 NULL : TempRegister();
1540 temp = TempRegister();
1718 LOperand* scratch = TempRegister();
1725 LOperand* temp = TempRegister();
1732 LOperand* temp = TempRegister();
1747 UseRegisterAtStart(instr->value()), TempRegister());
1771 TempRegister());
1796 TempRegister(),
1797 TempRegister());
1910 LOperand* temp = TempRegister();
1940 LOperand* temp = FLAG_inline_new ? TempRegister() : NULL;
1941 LUnallocated* result_temp = TempRegister();
1953 LOperand* temp = needs_temp ? TempRegister() : NULL;
1966 LOperand* temp = TempRegister();
1970 LOperand* temp = TempRegister();
2013 LOperand* temp = TempRegister();
2094 LOperand* temp = value_is_zero ? NULL : TempRegister();
2154 temp = TempRegister();
2194 TempRegister())));
2347 LOperand* new_map_reg = TempRegister();
2348 LOperand* temp_reg = TempRegister();
2366 LOperand* temp = TempRegister();
2420 needs_write_barrier_for_map) ? TempRegister() : NULL;
2423 LOperand* temp_map = needs_write_barrier_for_map ? TempRegister() : NULL;
2475 LOperand* temp = TempRegister();
2604 return new(zone()) LIsConstructCallAndBranch(TempRegister());