Home
last modified time | relevance | path

Searched refs:PhiInstruction (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc598 PhiInstruction::PhiInstruction(Zone* zone, int virtual_register, in PhiInstruction() function in v8::internal::compiler::PhiInstruction
605 void PhiInstruction::SetInput(size_t offset, int virtual_register) { in SetInput()
610 void PhiInstruction::RenameInput(size_t offset, int virtual_register) { in RenameInput()
706 for (const PhiInstruction* phi : block->phis()) { in operator <<()
Dregister-allocator.h221 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
223 const PhiInstruction* phi() const { return phi_; } in phi()
238 PhiInstruction* const phi_;
326 PhiInstruction* phi);
Dinstruction.h1500 class V8_EXPORT_PRIVATE PhiInstruction final
1505 PhiInstruction(Zone* zone, int virtual_register, size_t input_count); in NON_EXPORTED_BASE()
1583 using PhiInstructions = ZoneVector<PhiInstruction*>; in NON_EXPORTED_BASE()
1585 PhiInstruction* PhiAt(size_t i) const { return phis_[i]; } in NON_EXPORTED_BASE()
1586 void AddPhi(PhiInstruction* phi) { phis_.push_back(phi); } in NON_EXPORTED_BASE()
Dregister-allocator-verifier.cc465 const PhiInstruction* phi = nullptr; in ValidatePendingAssessment()
466 for (const PhiInstruction* candidate : origin->phis()) { in ValidatePendingAssessment()
Dinstruction-selector.h498 void UpdateRenamesInPhi(PhiInstruction* phi);
Dregister-allocator.cc1275 PhiInstruction* phi, const InstructionBlock* block, Zone* zone) in PhiMapValue()
1398 PhiInstruction* phi) { in InitializePhiMap()
1856 for (PhiInstruction* phi : block->phis()) { in ResolvePhis()
1912 for (PhiInstruction* phi : successor->phis()) { in ComputeLiveOut()
2352 for (PhiInstruction* phi : block->phis()) { in ProcessPhis()
4490 const PhiInstruction* phi = phi_map_value->phi(); in TryReuseSpillForPhi()
Dmid-tier-register-allocator.cc2928 for (PhiInstruction* phi : block->phis()) { in DefineOutputs()
3235 for (PhiInstruction* phi : successor->phis()) { in AllocatePhiGapMoves()
3247 for (PhiInstruction* phi : block->phis()) { in AllocatePhis()
Dinstruction-selector.cc326 void InstructionSelector::UpdateRenamesInPhi(PhiInstruction* phi) { in UpdateRenamesInPhi()
2870 PhiInstruction* phi = instruction_zone()->New<PhiInstruction>( in VisitPhi()
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc1318 for (const PhiInstruction* phi : block->phis()) { in operator <<()