/external/v8/src/crankshaft/ |
D | lithium-inl.h | 44 return instr_->TempAt(current_); in Current() 49 while (current_ < limit_ && instr_->TempAt(current_) == NULL) ++current_; in SkipUninteresting()
|
/external/v8/src/compiler/ |
D | code-generator-impl.h | 85 return ToRegister(instr_->TempAt(index)); in TempRegister()
|
D | register-allocator-verifier.cc | 95 BuildConstraint(instr->TempAt(i), &op_constraints[count]); in RegisterAllocatorVerifier() 130 CheckConstraint(instr->TempAt(i), &op_constraints[count]); in VerifyAssignment() 708 current->Drop(instr->TempAt(i)); in VerifyGapMoves()
|
D | move-optimizer.cc | 51 operands.insert(*instr->TempAt(i)); in GapsCanMoveOver()
|
D | instruction.h | 716 const InstructionOperand* TempAt(size_t i) const { in TempAt() function 720 InstructionOperand* TempAt(size_t i) { in TempAt() function
|
D | register-allocator.cc | 1600 UnallocatedOperand* temp = UnallocatedOperand::cast(first->TempAt(i)); in MeetConstraintsAfter() 1984 InstructionOperand* temp = instr->TempAt(i); in ProcessInstructions()
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 317 CHECK(temps[z].Equals(*m->TempAt(z))); in TEST()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 259 virtual LOperand* TempAt(int i) = 0; 310 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1525 LOperand* TempAt(int i) final { return NULL; } in TempAt() function 2238 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 266 virtual LOperand* TempAt(int i) = 0; 307 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1827 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 271 virtual LOperand* TempAt(int i) = 0; 312 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1835 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 262 virtual LOperand* TempAt(int i) = 0; 303 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1792 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 266 virtual LOperand* TempAt(int i) = 0; 309 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1817 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 265 virtual LOperand* TempAt(int i) = 0; 306 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1829 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 265 virtual LOperand* TempAt(int i) = 0; 306 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1854 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 261 virtual LOperand* TempAt(int i) = 0; 302 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1761 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|