• Home
  • Raw
  • Download

Lines Matching refs:GetInputRecords

2067   virtual ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() = 0;
2069 ArrayRef<const HUserRecord<HInstruction*>> GetInputRecords() const { in GetInputRecords() function
2072 const_cast<HInstruction*>(this)->GetInputRecords()); in GetInputRecords()
2076 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2080 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2083 size_t InputCount() const { return GetInputRecords().size(); } in InputCount()
2190 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) { in RemoveAsUserOfAllInputs()
2426 return GetInputRecords()[i]; in InputRecordAt()
2430 ArrayRef<HUserRecord<HInstruction*>> input_records = GetInputRecords(); in SetRawInputRecordAt()
2648 using HInstruction::GetInputRecords; // Keep the const version visible.
2649 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() override { in GetInputRecords() function
2698 using HInstruction::GetInputRecords; // Keep the const version visible.
2699 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
2720 using HInstruction::GetInputRecords; // Keep the const version visible.
2721 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
4609 using HInstruction::GetInputRecords; // Keep the const version visible.
4610 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() override { in GetInputRecords() function
4611 ArrayRef<HUserRecord<HInstruction*>> input_records = HInvoke::GetInputRecords(); in GetInputRecords()
6396 using HInstruction::GetInputRecords; // Keep the const version visible.
6397 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
6584 using HInstruction::GetInputRecords; // Keep the const version visible.
6585 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
6662 using HInstruction::GetInputRecords; // Keep the const version visible.
6663 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
6706 using HInstruction::GetInputRecords; // Keep the const version visible.
6707 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function