Home
last modified time | relevance | path

Searched refs:ClobbersDoubleRegisters (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/crankshaft/x87/
Dlithium-x87.h230 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
372 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
388 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in ClobbersDoubleRegisters() function
1727 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
2016 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-codegen-x87.cc240 if (instr->IsCall() && instr->ClobbersDoubleRegisters(isolate())) { in GenerateBodyInstructionPost()
256 if (instr->ClobbersDoubleRegisters(isolate())) { in GenerateBodyInstructionPost()
589 if (stack_depth_ > 0 && instr->ClobbersDoubleRegisters(isolate())) { in FlushIfNecessary()
Dlithium-x87.cc860 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h231 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
375 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in ClobbersDoubleRegisters() function
1737 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
2030 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-ia32.cc855 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h227 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
1728 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
2017 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-x64.cc849 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h226 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
1677 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
1973 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-mips.cc832 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h226 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
1679 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
1962 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-ppc.cc837 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h228 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
1714 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
2016 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-arm.cc822 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h221 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
1550 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
1818 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-s390.cc767 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h229 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
1739 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
2019 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-mips64.cc832 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h239 virtual bool ClobbersDoubleRegisters(Isolate* isolate) const { in ClobbersDoubleRegisters() function
847 bool ClobbersDoubleRegisters(Isolate* isolate) const override { in DECLARE_HYDROGEN_ACCESSOR()
2288 bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; } in ClobbersDoubleRegisters() function
Dlithium-arm64.cc665 instr->ClobbersDoubleRegisters(isolate()))) { in AddInstruction()
/external/v8/src/compiler/
Dinstruction.h884 bool ClobbersDoubleRegisters() const { return IsCall(); } in ClobbersDoubleRegisters() function
Dregister-allocator.cc2088 if (instr->ClobbersDoubleRegisters()) { in ProcessInstructions()
/external/v8/src/crankshaft/
Dlithium-allocator.cc957 if (instr->ClobbersDoubleRegisters(isolate())) { in ProcessInstructions()