Home
last modified time | relevance | path

Searched refs:TempAt (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-inl.h46 return instr_->TempAt(current_); in Current()
51 while (current_ < limit_ && instr_->TempAt(current_) == NULL) ++current_; in SkipUninteresting()
/external/v8/src/compiler/
Dregister-allocator-verifier.cc72 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()
Dmove-optimizer.cc185 outputs.InsertOp(*instruction->TempAt(i)); in RemoveClobberedDestinations()
236 src_cant_be.InsertOp(*from->TempAt(i)); in MigrateMoves()
Dcode-generator-impl.h97 return ToRegister(instr_->TempAt(index)); in TempRegister()
Dinstruction.h828 const InstructionOperand* TempAt(size_t i) const { in TempAt() function
832 InstructionOperand* TempAt(size_t i) { in TempAt() function
Dregister-allocator.cc1698 UnallocatedOperand* temp = UnallocatedOperand::cast(first->TempAt(i)); in MeetConstraintsAfter()
2146 InstructionOperand* temp = instr->TempAt(i); in ProcessInstructions()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h250 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/
Dlithium-mips.h254 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/
Dlithium-x64.h259 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/
Dlithium-x87.h262 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/
Dlithium-s390.h250 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/
Dlithium-arm.h256 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/
Dlithium-ia32.h259 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/
Dlithium-mips64.h257 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/
Dlithium-ppc.h254 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