Home
last modified time | relevance | path

Searched refs:ToAllocationIndex (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector-impl.h36 Register::ToAllocationIndex(reg))); in DefineAsFixed()
42 DoubleRegister::ToAllocationIndex(reg))); in DefineAsFixed()
84 Register::ToAllocationIndex(reg))); in UseFixed()
90 DoubleRegister::ToAllocationIndex(reg))); in UseFixed()
122 Register::ToAllocationIndex(reg)); in TempRegister()
Dlinkage-impl.h214 return LinkageLocation(Register::ToAllocationIndex(reg)); in regloc()
/external/v8/src/x87/
Dassembler-x87.h76 static inline int ToAllocationIndex(Register reg);
132 inline int Register::ToAllocationIndex(Register reg) { in ToAllocationIndex() function
151 static int ToAllocationIndex(X87Register reg) { in ToAllocationIndex() function
Dlithium-gap-resolver-x87.cc170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg); in GetFreeRegisterNot()
Dlithium-x87.cc477 Register::ToAllocationIndex(reg)); in ToUnallocated()
483 X87Register::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/ia32/
Dassembler-ia32.h76 static inline int ToAllocationIndex(Register reg);
132 inline int Register::ToAllocationIndex(Register reg) { in ToAllocationIndex() function
151 static int ToAllocationIndex(XMMRegister reg) { in ToAllocationIndex() function
Dlithium-gap-resolver-ia32.cc170 int skip_index = reg.is(no_reg) ? -1 : Register::ToAllocationIndex(reg); in GetFreeRegisterNot()
Dlithium-ia32.cc466 Register::ToAllocationIndex(reg)); in ToUnallocated()
472 XMMRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/mips64/
Dassembler-mips64-inl.h102 int FPURegister::ToAllocationIndex(FPURegister reg) { in ToAllocationIndex() function
Dassembler-mips64.h81 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
214 inline static int ToAllocationIndex(FPURegister reg);
Dlithium-mips64.cc435 Register::ToAllocationIndex(reg)); in ToUnallocated()
441 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/mips/
Dassembler-mips-inl.h102 int FPURegister::ToAllocationIndex(FPURegister reg) { in ToAllocationIndex() function
Dassembler-mips.h92 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
225 inline static int ToAllocationIndex(FPURegister reg);
Dlithium-mips.cc435 Register::ToAllocationIndex(reg)); in ToUnallocated()
441 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/x64/
Dassembler-x64.h82 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
203 static int ToAllocationIndex(XMMRegister reg) { in ToAllocationIndex() function
Dlithium-x64.cc454 Register::ToAllocationIndex(reg)); in ToUnallocated()
460 XMMRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/arm/
Dassembler-arm-inl.h73 int DwVfpRegister::ToAllocationIndex(DwVfpRegister reg) { in ToAllocationIndex() function
Dassembler-arm.h102 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
221 inline static int ToAllocationIndex(DwVfpRegister reg);
Dlithium-arm.cc428 Register::ToAllocationIndex(reg)); in ToUnallocated()
434 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc20 Register::ToAllocationIndex(reg)); in TempRegister()
/external/v8/src/arm64/
Dassembler-arm64.h201 static int ToAllocationIndex(Register reg) { in ToAllocationIndex() function
307 static int ToAllocationIndex(FPRegister reg) { in ToAllocationIndex() function
Dlithium-arm64.cc359 Register::ToAllocationIndex(reg)); in ToUnallocated()
365 DoubleRegister::ToAllocationIndex(reg)); in ToUnallocated()
/external/v8/src/
Ddeoptimizer.cc3029 buffer_->Add(DoubleRegister::ToAllocationIndex(reg), zone()); in StoreDoubleRegister()