Lines Matching refs:GetInputRecords

2138   virtual ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() = 0;
2140 ArrayRef<const HUserRecord<HInstruction*>> GetInputRecords() const { in GetInputRecords() function
2143 const_cast<HInstruction*>(this)->GetInputRecords()); in GetInputRecords()
2147 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2151 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2154 size_t InputCount() const { return GetInputRecords().size(); } in InputCount()
2262 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) { in RemoveAsUserOfAllInputs()
2498 return GetInputRecords()[i]; in InputRecordAt()
2502 ArrayRef<HUserRecord<HInstruction*>> input_records = GetInputRecords(); in SetRawInputRecordAt()
2720 using HInstruction::GetInputRecords; // Keep the const version visible.
2721 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() override { in GetInputRecords() function
2770 using HInstruction::GetInputRecords; // Keep the const version visible.
2771 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
2792 using HInstruction::GetInputRecords; // Keep the const version visible.
2793 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
4680 using HInstruction::GetInputRecords; // Keep the const version visible.
4681 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() override { in GetInputRecords() function
4682 ArrayRef<HUserRecord<HInstruction*>> input_records = HInvoke::GetInputRecords(); in GetInputRecords()
6505 using HInstruction::GetInputRecords; // Keep the const version visible.
6506 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
6693 using HInstruction::GetInputRecords; // Keep the const version visible.
6694 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
6771 using HInstruction::GetInputRecords; // Keep the const version visible.
6772 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function
6815 using HInstruction::GetInputRecords; // Keep the const version visible.
6816 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final { in GetInputRecords() function