Home
last modified time | relevance | path

Searched refs:OutputAt (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h200 (instr->OutputAt(0)->IsUnallocated()) && in IsFixedRegisterParameter()
201 (UnallocatedOperand::cast(instr->OutputAt(0)) in IsFixedRegisterParameter()
203 UnallocatedOperand::cast(instr->OutputAt(0)) in IsFixedRegisterParameter()
H A Dregister-allocator-verifier.cc92 BuildConstraint(instr->OutputAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
151 CheckConstraint(instr->OutputAt(i), &op_constraints[count]); in VerifyAssignment()
587 block_assessments->AddDefinition(*instr->OutputAt(i), virtual_register); in VerifyGapMoves()
590 AllocatedOperand::cast(instr->OutputAt(i)); in VerifyGapMoves()
H A Dinstruction.cc514 os << *instr.OutputAt(0) << " = ";
516 os << "(" << *instr.OutputAt(0);
518 os << ", " << *instr.OutputAt(i);
788 const InstructionOperand* output = instruction->OutputAt(i);
H A Dmove-optimizer.cc179 outputs.InsertOp(*instruction->OutputAt(i)); in RemoveClobberedDestinations()
230 src_cant_be.InsertOp(*from->OutputAt(i)); in MigrateMoves()
H A Dcode-generator-impl.h104 return ToRegister(instr_->OutputAt(index)); in OutputRegister()
H A Dinstruction-scheduler.cc197 const InstructionOperand* output = instr->OutputAt(i); in AddInstruction()
H A Dinstruction.h851 const InstructionOperand* OutputAt(size_t i) const { in OutputAt() function in v8::internal::compiler::final
855 InstructionOperand* OutputAt(size_t i) { in OutputAt() function in v8::internal::compiler::final
861 const InstructionOperand* Output() const { return OutputAt(0); } in Output()
862 InstructionOperand* Output() { return OutputAt(0); } in Output()
H A Dmid-tier-register-allocator.cc2885 InstructionOperand* output = instr->OutputAt(i); in DefineOutputs()
3037 InstructionOperand* output = instr->OutputAt(i); in AllocateRegisters()
3171 if (!instr->OutputAt(i)->IsUnallocated()) continue; in ReserveFixedRegisters()
3173 UnallocatedOperand::cast(instr->OutputAt(i)); in ReserveFixedRegisters()
H A Dregister-allocator.cc1670 InstructionOperand* output_operand = last_instruction->OutputAt(i); in MeetRegisterConstraintsForLastInstructionInBlock()
1720 InstructionOperand* output = first->OutputAt(i); in MeetConstraintsAfter()
1821 InstructionOperand* output = second->OutputAt(i); in MeetConstraintsBefore()
2142 InstructionOperand* output = instr->OutputAt(i); in ProcessInstructions()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc1485 if (instr->OutputAt(0)->IsFPRegister()) { in GetInstructionLatency()
1486 auto op = LocationOperand::cast(instr->OutputAt(0)); in GetInstructionLatency()
H A Dcode-generator-riscv64.cc40 return ToSingleRegister(instr_->OutputAt(index)); in OutputSingleRegister()
1702 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1703 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1679 if (instr->OutputAt(0)->IsFPRegister()) { in GetInstructionLatency()
1680 auto op = LocationOperand::cast(instr->OutputAt(0)); in GetInstructionLatency()
H A Dcode-generator-mips64.cc43 return ToSingleRegister(instr_->OutputAt(index)); in OutputSingleRegister()
1733 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1734 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1669 if (instr->OutputAt(0)->IsFPRegister()) { in GetInstructionLatency()
1670 auto op = LocationOperand::cast(instr->OutputAt(0)); in GetInstructionLatency()
H A Dcode-generator-mips.cc42 return ToSingleRegister(instr_->OutputAt(index)); in OutputSingleRegister()
1634 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1635 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc43 return ToSingleRegister(instr_->OutputAt(index)); in OutputSingleRegister()
1548 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1549 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1262 os << InstructionOperandAsJSON{instr->OutputAt(i), i_json.code_}; in operator <<()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc142 return instr->OutputCount() > 0 && instr->OutputAt(index)->IsRegister(); in HasRegisterOutput()
1473 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1474 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc1528 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1529 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
2954 LocationOperand::cast(instr->OutputAt(0))->representation(); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1166 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1167 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1763 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1764 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1753 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1754 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2726 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
2727 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
4593 LocationOperand::cast(instr->OutputAt(0))->representation(); in AssembleArchSelect()

Completed in 117 milliseconds