Home
last modified time | relevance | path

Searched refs:ClobbersTemps (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/
Dmove-optimizer.cc37 if (instr->ClobbersTemps() || instr->ClobbersRegisters() || in GapsCanMoveOver()
Dinstruction.h766 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
Dregister-allocator.cc1988 if (instr->ClobbersTemps()) { in ProcessInstructions()
/external/v8/src/crankshaft/
Dlithium-allocator.cc987 if (instr->ClobbersTemps()) { in ProcessInstructions()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h235 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
/external/v8/src/crankshaft/x87/
Dlithium-x87.h237 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
/external/v8/src/crankshaft/mips/
Dlithium-mips.h232 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h235 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h232 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h231 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h236 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h246 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function