/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 16 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()
|
D | move-optimizer.cc | 184 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()
|
D | instruction.h | 827 size_t TempCount() const { return TempCountField::decode(bit_field_); } in TempCount() function 829 DCHECK(i < TempCount()); in TempAt() 833 DCHECK(i < TempCount()); in TempAt()
|
D | register-allocator.cc | 1697 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/ |
D | lithium-inl.h | 36 : instr_(instr), limit_(instr->TempCount()), current_(0) { in TempIterator()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 249 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/ |
D | lithium-mips.h | 253 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/ |
D | lithium-x64.h | 258 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/ |
D | lithium-x87.h | 261 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/ |
D | lithium-s390.h | 249 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/ |
D | lithium-arm.h | 255 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/ |
D | lithium-ia32.h | 258 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/ |
D | lithium-mips64.h | 256 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/ |
D | lithium-ppc.h | 253 virtual int TempCount() = 0; 296 int TempCount() final { return T; } in TempCount() function 1627 int TempCount() final { return 0; } in TempCount() function
|