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/
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()
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()
Dinstruction.cc514 os << *instr.OutputAt(0) << " = "; in operator <<()
516 os << "(" << *instr.OutputAt(0); in operator <<()
518 os << ", " << *instr.OutputAt(i); in operator <<()
788 const InstructionOperand* output = instruction->OutputAt(i); in ValidateSSA()
Dmove-optimizer.cc179 outputs.InsertOp(*instruction->OutputAt(i)); in RemoveClobberedDestinations()
230 src_cant_be.InsertOp(*from->OutputAt(i)); in MigrateMoves()
Dcode-generator-impl.h104 return ToRegister(instr_->OutputAt(index));
Dinstruction-scheduler.cc197 const InstructionOperand* output = instr->OutputAt(i); in AddInstruction()
Dinstruction.h851 const InstructionOperand* OutputAt(size_t i) const { in OutputAt() function
855 InstructionOperand* OutputAt(size_t i) { in OutputAt() function
861 const InstructionOperand* Output() const { return OutputAt(0); } in Output()
862 InstructionOperand* Output() { return OutputAt(0); } in Output()
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()
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/
Dinstruction-scheduler-riscv64.cc1485 if (instr->OutputAt(0)->IsFPRegister()) { in GetInstructionLatency()
1486 auto op = LocationOperand::cast(instr->OutputAt(0)); in GetInstructionLatency()
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/mips/
Dinstruction-scheduler-mips.cc1669 if (instr->OutputAt(0)->IsFPRegister()) { in GetInstructionLatency()
1670 auto op = LocationOperand::cast(instr->OutputAt(0)); in GetInstructionLatency()
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/mips64/
Dinstruction-scheduler-mips64.cc1679 if (instr->OutputAt(0)->IsFPRegister()) { in GetInstructionLatency()
1680 auto op = LocationOperand::cast(instr->OutputAt(0)); in GetInstructionLatency()
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/loong64/
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/backend/s390/
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/
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 AssembleArchSelect()
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc1262 os << InstructionOperandAsJSON{instr->OutputAt(i), i_json.code_}; in operator <<()
/third_party/node/deps/v8/src/compiler/backend/x64/
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()
/third_party/node/deps/v8/src/compiler/backend/ia32/
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/ppc/
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/
Dcode-generator-arm.cc1763 if (instr->OutputAt(0)->IsFPRegister()) { in AssembleArchInstruction()
1764 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()