/external/v8/src/crankshaft/ |
D | lithium-inl.h | 46 return instr_->TempAt(current_); in Current() 51 while (current_ < limit_ && instr_->TempAt(current_) == NULL) ++current_; in SkipUninteresting()
|
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 72 BuildConstraint(instr->TempAt(i), &op_constraints[count]); in RegisterAllocatorVerifier() 132 CheckConstraint(instr->TempAt(i), &op_constraints[count]); in VerifyAssignment() 507 block_assessments->Drop(*instr->TempAt(i)); in VerifyGapMoves()
|
D | move-optimizer.cc | 185 outputs.InsertOp(*instruction->TempAt(i)); in RemoveClobberedDestinations() 236 src_cant_be.InsertOp(*from->TempAt(i)); in MigrateMoves()
|
D | code-generator-impl.h | 97 return ToRegister(instr_->TempAt(index)); in TempRegister()
|
D | instruction.h | 828 const InstructionOperand* TempAt(size_t i) const { in TempAt() function 832 InstructionOperand* TempAt(size_t i) { in TempAt() function
|
D | register-allocator.cc | 1698 UnallocatedOperand* temp = UnallocatedOperand::cast(first->TempAt(i)); in MeetConstraintsAfter() 2146 InstructionOperand* temp = instr->TempAt(i); in ProcessInstructions()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 250 virtual LOperand* TempAt(int i) = 0; 303 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1386 LOperand* TempAt(int i) final { return NULL; } in TempAt() function 2025 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 254 virtual LOperand* TempAt(int i) = 0; 297 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1624 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 259 virtual LOperand* TempAt(int i) = 0; 304 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1675 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 262 virtual LOperand* TempAt(int i) = 0; 305 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1674 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 250 virtual LOperand* TempAt(int i) = 0; 291 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1517 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 256 virtual LOperand* TempAt(int i) = 0; 299 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1661 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 259 virtual LOperand* TempAt(int i) = 0; 302 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1684 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 257 virtual LOperand* TempAt(int i) = 0; 300 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1686 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 254 virtual LOperand* TempAt(int i) = 0; 297 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() function 1628 LOperand* TempAt(int i) final { return NULL; } in TempAt() function
|