Searched refs:temp_loc (Results 1 - 9 of 9) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc2606 Location temp_loc = locations->GetTemp(0);
2607 GpuRegister temp = temp_loc.AsRegister<GpuRegister>();
2648 temp_loc,
2662 temp_loc,
2673 temp_loc,
2688 temp_loc,
2699 temp_loc,
2713 temp_loc,
2723 temp_loc,
2754 temp_loc,
[all...]
H A Dcode_generator_arm64.cc4120 Location temp_loc = locations->GetTemp(0); local
4123 Register temp = WRegisterFrom(temp_loc);
4161 temp_loc,
4177 temp_loc,
4189 temp_loc,
4206 temp_loc,
4220 temp_loc,
4236 temp_loc,
4249 temp_loc,
4279 temp_loc,
[all...]
H A Dcode_generator_arm.cc5415 Location temp_loc = locations->GetTemp(0); local
5419 instruction, out, base, offset, temp_loc, /* needs_null_check */ true);
7325 Location temp_loc = locations->GetTemp(0); local
7326 Register temp = temp_loc.AsRegister<Register>();
7369 temp_loc,
7385 temp_loc,
7397 temp_loc,
7415 temp_loc,
7429 temp_loc,
7445 temp_loc,
[all...]
H A Dcode_generator_arm_vixl.cc5418 Location temp_loc = locations->GetTemp(0); local
5422 instruction, out, base, offset, temp_loc, /* needs_null_check */ true);
7393 Location temp_loc = locations->GetTemp(0); local
7394 vixl32::Register temp = RegisterFrom(temp_loc);
7437 temp_loc,
7453 temp_loc,
7465 temp_loc,
7483 temp_loc,
7497 temp_loc,
7513 temp_loc,
[all...]
H A Dcode_generator_mips.cc3055 Location temp_loc = locations->GetTemp(0);
3056 Register temp = temp_loc.AsRegister<Register>();
3097 temp_loc,
3111 temp_loc,
3122 temp_loc,
3137 temp_loc,
3148 temp_loc,
3162 temp_loc,
3172 temp_loc,
3203 temp_loc,
[all...]
H A Dcode_generator_x86.cc5460 Location temp_loc = locations->GetTemp(0); local
5461 Register temp = temp_loc.AsRegister<Register>();
6719 Location temp_loc = locations->GetTemp(0); local
6720 Register temp = temp_loc.AsRegister<Register>();
6757 temp_loc,
6777 temp_loc,
6788 temp_loc,
6812 temp_loc,
6830 temp_loc,
6847 temp_loc,
[all...]
H A Dcode_generator_x86_64.cc4905 Location temp_loc = locations->GetTemp(0); local
4906 CpuRegister temp = temp_loc.AsRegister<CpuRegister>();
6104 Location temp_loc = locations->GetTemp(0); local
6105 CpuRegister temp = temp_loc.AsRegister<CpuRegister>();
6141 temp_loc,
6160 temp_loc,
6170 temp_loc,
6193 temp_loc,
6210 temp_loc,
6227 temp_loc,
[all...]
H A Dintrinsics_x86.cc2849 Location temp_loc = codegen_->GenerateCalleeMethodStaticOrDirectCall( local
2851 DCHECK(temp_loc.Equals(locations->GetTemp(0)));
2852 Register temp = temp_loc.AsRegister<Register>();
H A Dintrinsics_x86_64.cc2989 Location temp_loc = codegen_->GenerateCalleeMethodStaticOrDirectCall( local
2991 DCHECK(temp_loc.Equals(locations->GetTemp(0)));
2992 CpuRegister temp = temp_loc.AsRegister<CpuRegister>();

Completed in 1085 milliseconds