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

  /art/compiler/optimizing/
ssa_builder.h 68 void MaybeAddAmbiguousArrayGet(HArrayGet* aget) {
113 HArrayGet* GetFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget);
124 ArenaVector<HArrayGet*> ambiguous_agets_;
ssa_builder.cc 279 static HArrayGet* FindFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget) {
284 HArrayGet* next_aget = next->AsArrayGet();
292 static HArrayGet* CreateFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget) {
297 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetArena()) HArrayGet(
327 for (HArrayGet* aget_int : ambiguous_agets_) {
334 HArrayGet* aget_float = FindFloatOrDoubleEquivalentOfArrayGet(aget_int);
636 HArrayGet* SsaBuilder::GetFloatOrDoubleEquivalentOfArrayGet(HArrayGet* aget)
    [all...]
instruction_simplifier_arm64.h 72 void VisitArrayGet(HArrayGet* instruction) OVERRIDE;
reference_type_propagation.h 86 static void UpdateArrayGet(HArrayGet* instr, HandleCache* handle_cache)
licm_test.cc 174 HInstruction* get_array = new (&allocator_) HArrayGet(
194 HInstruction* get_array = new (&allocator_) HArrayGet(
bounds_check_elimination_test.cc     [all...]
instruction_simplifier_arm64.cc 70 // TODO: Code generation for HArrayGet and HArraySet will check whether the input address
72 // We would like to replace the `HArrayGet` and `HArraySet` with custom instructions (maybe
191 void InstructionSimplifierArm64Visitor::VisitArrayGet(HArrayGet* instruction) {
reference_type_propagation.cc 100 void VisitArrayGet(HArrayGet* instr) OVERRIDE;
732 void ReferenceTypePropagation::UpdateArrayGet(HArrayGet* instr, HandleCache* handle_cache) {
    [all...]
load_store_elimination.cc 441 void VisitArrayGet(HArrayGet* instruction) OVERRIDE {
    [all...]
instruction_builder.cc     [all...]
bounds_check_elimination.cc     [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc 679 // Handle `index_` for HArrayGet and intrinsic UnsafeGetObject.
    [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc 506 // Handle `index_` for HArrayGet and intrinsic UnsafeGetObject.
626 // Only used for HArrayGet and the UnsafeGetObject &
    [all...]
code_generator_x86.cc 523 // Handle `index_` for HArrayGet and intrinsic UnsafeGetObject.
643 // Only used for HArrayGet and the UnsafeGetObject &
    [all...]
code_generator_x86_64.cc 544 // Handle `index_` for HArrayGet and intrinsic UnsafeGetObject.
663 // Only used for HArrayGet and the UnsafeGetObject &
    [all...]

Completed in 223 milliseconds