HomeSort by relevance Sort by last modified time
    Searched refs:PhiInstruction (Results 1 - 9 of 9) sorted by null

  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 25 VReg(PhiInstruction* phi) : value_(phi->virtual_register()) {} // NOLINT
145 PhiInstruction* Phi(VReg incoming_vreg_0 = VReg(),
149 PhiInstruction* Phi(VReg incoming_vreg_0, size_t input_count);
150 void SetInput(PhiInstruction* phi, size_t input, VReg vreg);
instruction-sequence-unittest.cc 162 PhiInstruction* InstructionSequenceTest::Phi(VReg incoming_vreg_0,
173 auto phi = new (zone()) PhiInstruction(zone(), NewReg().value_, input_count);
182 PhiInstruction* InstructionSequenceTest::Phi(VReg incoming_vreg_0,
184 auto phi = new (zone()) PhiInstruction(zone(), NewReg().value_, input_count);
191 void InstructionSequenceTest::SetInput(PhiInstruction* phi, size_t input,
register-allocator-unittest.cc 272 PhiInstruction* phis[kParams];
  /external/v8/src/compiler/
register-allocator.h 725 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
727 const PhiInstruction* phi() const { return phi_; }
742 PhiInstruction* const phi_;
817 PhiInstruction* phi);
    [all...]
instruction.h     [all...]
instruction.cc 526 PhiInstruction::PhiInstruction(Zone* zone, int virtual_register,
534 void PhiInstruction::SetInput(size_t offset, int virtual_register) {
register-allocator.cc     [all...]
instruction-selector.cc     [all...]
register-allocator-verifier.cc 272 PhiData(Rpo definition_rpo, const PhiInstruction* phi, int first_pred_vreg,

Completed in 398 milliseconds