Lines Matching refs:GetInputRecords
2249 virtual ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() = 0;
2251 ArrayRef<const HUserRecord<HInstruction*>> GetInputRecords() const { in GetInputRecords() function
2254 const_cast<HInstruction*>(this)->GetInputRecords()); in GetInputRecords()
2258 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2262 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2265 size_t InputCount() const { return GetInputRecords().size(); } in InputCount()
2378 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) { in RemoveAsUserOfAllInputs()
2625 return GetInputRecords()[i]; in InputRecordAt()
2629 ArrayRef<HUserRecord<HInstruction*>> input_records = GetInputRecords(); in SetRawInputRecordAt()
2910 using HInstruction::GetInputRecords; // Keep the const version visible.
2911 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() override {
2960 using HInstruction::GetInputRecords; // Keep the const version visible.
2961 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final {
2982 using HInstruction::GetInputRecords; // Keep the const version visible.
2983 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final {
4905 using HInstruction::GetInputRecords; // Keep the const version visible.
4906 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() override {
4907 ArrayRef<HUserRecord<HInstruction*>> input_records = HInvoke::GetInputRecords();
6871 using HInstruction::GetInputRecords; // Keep the const version visible.
6872 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final {
7059 using HInstruction::GetInputRecords; // Keep the const version visible.
7060 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final {
7137 using HInstruction::GetInputRecords; // Keep the const version visible.
7138 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final {
7181 using HInstruction::GetInputRecords; // Keep the const version visible.
7182 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() final {