Home
last modified time | relevance | path

Searched refs:TempCount (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator-verifier.cc16 return instr->InputCount() + instr->OutputCount() + instr->TempCount(); in OperandCount()
71 for (size_t i = 0; i < instr->TempCount(); ++i, ++count) { in RegisterAllocatorVerifier()
131 for (size_t i = 0; i < instr->TempCount(); ++i, ++count) { in VerifyAssignment()
506 for (size_t i = 0; i < instr->TempCount(); ++i, ++count) { in VerifyGapMoves()
Dmove-optimizer.cc184 for (size_t i = 0; i < instruction->TempCount(); ++i) { in RemoveClobberedDestinations()
235 for (size_t i = 0; i < from->TempCount(); ++i) { in MigrateMoves()
393 if (last_instr->TempCount() != 0) return; in OptimizeMerge()
Dinstruction.h827 size_t TempCount() const { return TempCountField::decode(bit_field_); } in TempCount() function
829 DCHECK(i < TempCount()); in TempAt()
833 DCHECK(i < TempCount()); in TempAt()
Dregister-allocator.cc1697 for (size_t i = 0; i < first->TempCount(); i++) { in MeetConstraintsAfter()
2145 for (size_t i = 0; i < instr->TempCount(); i++) { in ProcessInstructions()
/external/v8/src/crankshaft/
Dlithium-inl.h36 : instr_(instr), limit_(instr->TempCount()), current_(0) { in TempIterator()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h249 virtual int TempCount() = 0;
302 int TempCount() final { return T; } in TempCount() function
1385 int TempCount() final { return 0; } in TempCount() function
2024 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/mips/
Dlithium-mips.h253 virtual int TempCount() = 0;
296 int TempCount() final { return T; } in TempCount() function
1623 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h258 virtual int TempCount() = 0;
303 int TempCount() final { return T; } in TempCount() function
1674 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/x87/
Dlithium-x87.h261 virtual int TempCount() = 0;
304 int TempCount() final { return T; } in TempCount() function
1673 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/s390/
Dlithium-s390.h249 virtual int TempCount() = 0;
290 int TempCount() final { return T; } in TempCount() function
1516 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h255 virtual int TempCount() = 0;
298 int TempCount() final { return T; } in TempCount() function
1660 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h258 virtual int TempCount() = 0;
301 int TempCount() final { return T; } in TempCount() function
1683 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h256 virtual int TempCount() = 0;
299 int TempCount() final { return T; } in TempCount() function
1685 int TempCount() final { return 0; } in TempCount() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h253 virtual int TempCount() = 0;
296 int TempCount() final { return T; } in TempCount() function
1627 int TempCount() final { return 0; } in TempCount() function