Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-inl.h44 return instr_->TempAt(current_); in Current()
49 while (current_ < limit_ && instr_->TempAt(current_) == NULL) ++current_; in SkipUninteresting()
/external/v8/src/compiler/
Dcode-generator-impl.h85 return ToRegister(instr_->TempAt(index)); in TempRegister()
Dregister-allocator-verifier.cc95 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()
Dmove-optimizer.cc51 operands.insert(*instr->TempAt(i)); in GapsCanMoveOver()
Dinstruction.h716 const InstructionOperand* TempAt(size_t i) const { in TempAt() function
720 InstructionOperand* TempAt(size_t i) { in TempAt() function
Dregister-allocator.cc1600 UnallocatedOperand* temp = UnallocatedOperand::cast(first->TempAt(i)); in MeetConstraintsAfter()
1984 InstructionOperand* temp = instr->TempAt(i); in ProcessInstructions()
/external/v8/test/cctest/compiler/
Dtest-instruction.cc317 CHECK(temps[z].Equals(*m->TempAt(z))); in TEST()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h259 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/
Dlithium-ia32.h266 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/
Dlithium-x87.h271 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/
Dlithium-mips.h262 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/
Dlithium-x64.h266 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/
Dlithium-arm.h265 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/
Dlithium-mips64.h265 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/
Dlithium-ppc.h261 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