Searched refs:HLoadLocal (Results 1 – 16 of 16) sorted by relevance
75 void VisitLoadLocal(HLoadLocal* load);
240 Location GetStackLocation(HLoadLocal* load) const OVERRIDE;
247 Location GetStackLocation(HLoadLocal* load) const OVERRIDE;
280 Location GetStackLocation(HLoadLocal* load) const OVERRIDE;
374 virtual Location GetStackLocation(HLoadLocal* load) const = 0;
534 void SsaBuilder::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()
581 Location CodeGeneratorARM64::GetStackLocation(HLoadLocal* load) const { in GetStackLocation()2141 void LocationsBuilderARM64::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()2145 void InstructionCodeGeneratorARM64::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()
356 HLoadLocal* load = input->AsLoadLocal(); in AllocateRegistersLocally()
2171 class HLoadLocal : public HExpression<1> {2173 HLoadLocal(HLocal* local, Primitive::Type type) in HLoadLocal() function2183 DISALLOW_COPY_AND_ASSIGN(HLoadLocal);
833 Location CodeGeneratorMIPS64::GetStackLocation(HLoadLocal* load) const { in GetStackLocation()2524 void LocationsBuilderMIPS64::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()2528 void InstructionCodeGeneratorMIPS64::VisitLoadLocal(HLoadLocal* load ATTRIBUTE_UNUSED) { in VisitLoadLocal()
583 Location CodeGeneratorARM::GetStackLocation(HLoadLocal* load) const { in GetStackLocation()1122 void LocationsBuilderARM::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()1126 void InstructionCodeGeneratorARM::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()
592 Location CodeGeneratorX86_64::GetStackLocation(HLoadLocal* load) const { in GetStackLocation()911 void LocationsBuilderX86_64::VisitLoadLocal(HLoadLocal* local) { in VisitLoadLocal()915 void InstructionCodeGeneratorX86_64::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()
534 Location CodeGeneratorX86::GetStackLocation(HLoadLocal* load) const { in GetStackLocation()948 void LocationsBuilderX86::VisitLoadLocal(HLoadLocal* local) { in VisitLoadLocal()952 void InstructionCodeGeneratorX86::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()
2302 current_block_->AddInstruction(new (arena_) HLoadLocal(local, type)); in LoadLocal()