Home
last modified time | relevance | path

Searched refs:TempAt (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h108 return ToRegister(instr_->TempAt(index)); in TempRegister()
124 return ToSimd128Register(instr_->TempAt(index)); in TempSimd128Register()
H A Dregister-allocator-verifier.cc88 BuildConstraint(instr->TempAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
148 CheckConstraint(instr->TempAt(i), &op_constraints[count]); in VerifyAssignment()
577 block_assessments->Drop(*instr->TempAt(i)); in VerifyGapMoves()
H A Dmove-optimizer.cc182 outputs.InsertOp(*instruction->TempAt(i)); in RemoveClobberedDestinations()
233 src_cant_be.InsertOp(*from->TempAt(i)); in MigrateMoves()
H A Dinstruction.h875 const InstructionOperand* TempAt(size_t i) const { in TempAt() function in v8::internal::compiler::final
879 InstructionOperand* TempAt(size_t i) { in TempAt() function in v8::internal::compiler::final
H A Dmid-tier-register-allocator.cc3080 UnallocatedOperand* temp = UnallocatedOperand::cast(instr->TempAt(i)); in AllocateRegisters()
3190 if (!instr->TempAt(i)->IsUnallocated()) continue; in ReserveFixedRegisters()
3192 UnallocatedOperand::cast(instr->TempAt(i)); in ReserveFixedRegisters()
H A Dregister-allocator.cc1715 UnallocatedOperand* temp = UnallocatedOperand::cast(first->TempAt(i)); in MeetConstraintsAfter()
2256 InstructionOperand* temp = instr->TempAt(i); in ProcessInstructions()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc2398 Simd128Register tempFPReg0 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
2399 Register tempReg1 = i.ToRegister(instr->TempAt(2)); in AssembleArchInstruction()
2857 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
2867 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
2877 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
2884 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
2894 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
2901 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
3141 tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()
3214 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt( in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2833 i.ToSimd128Register(instr->TempAt(0))); \ in AssembleArchInstruction()
2849 kScratchDoubleReg, i.ToSimd128Register(instr->TempAt(0))); \ in AssembleArchInstruction()
2988 i.ToSimd128Register(instr->TempAt(0))); in AssembleArchInstruction()
3019 i.ToSimd128Register(instr->TempAt(0)), in AssembleArchInstruction()
3020 i.ToSimd128Register(instr->TempAt(1))); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1280 os << InstructionOperandAsJSON{instr->TempAt(i), i_json.code_}; in operator <<()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc110 return ToRegister(instr_->TempAt(index)).W(); in TempRegister32()
2371 VRegister tmp3 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction()

Completed in 40 milliseconds