HomeSort by relevance Sort by last modified time
    Searched refs:HArraySet (Results 1 - 25 of 29) sorted by null

1 2

  /art/compiler/optimizing/
load_store_analysis_test.cc 60 HInstruction* array_set1 = new (&allocator_) HArraySet(array, c1, c3, Primitive::kPrimInt, 0);
61 HInstruction* array_set2 = new (&allocator_) HArraySet(array, index, c3, Primitive::kPrimInt, 0);
206 HInstruction* arr_set1 = new (&allocator_) HArraySet(array, c0, c0, Primitive::kPrimInt, 0);
207 HInstruction* arr_set2 = new (&allocator_) HArraySet(array, c1, c0, Primitive::kPrimInt, 0);
208 HInstruction* arr_set3 = new (&allocator_) HArraySet(array, add0, c0, Primitive::kPrimInt, 0);
209 HInstruction* arr_set4 = new (&allocator_) HArraySet(array, add1, c0, Primitive::kPrimInt, 0);
210 HInstruction* arr_set5 = new (&allocator_) HArraySet(array, sub0, c0, Primitive::kPrimInt, 0);
211 HInstruction* arr_set6 = new (&allocator_) HArraySet(array, sub1, c0, Primitive::kPrimInt, 0);
212 HInstruction* arr_set7 = new (&allocator_) HArraySet(array, rev_sub1, c0, Primitive::kPrimInt, 0);
213 HInstruction* arr_set8 = new (&allocator_) HArraySet(array, sub_neg1, c0, Primitive::kPrimInt, 0)
    [all...]
prepare_for_register_allocation.h 43 void VisitArraySet(HArraySet* instruction) OVERRIDE;
ssa_builder.h 78 void MaybeAddAmbiguousArraySet(HArraySet* aset) {
128 ArenaVector<HArraySet*> ambiguous_asets_;
scheduler_test.cc 114 HInstruction* array_set1 = new (&allocator_) HArraySet(array, add1, add2, Primitive::kPrimInt, 0);
116 HInstruction* array_set2 = new (&allocator_) HArraySet(array, add1, add2, Primitive::kPrimInt, 0);
225 HInstruction* arr_set_0 = new (&allocator_) HArraySet(arr, c0, c0, Primitive::kPrimInt, 0);
226 HInstruction* arr_set_1 = new (&allocator_) HArraySet(arr, c1, c0, Primitive::kPrimInt, 0);
227 HInstruction* arr_set_i = new (&allocator_) HArraySet(arr, i, c0, Primitive::kPrimInt, 0);
228 HInstruction* arr_set_add0 = new (&allocator_) HArraySet(arr, add0, c0, Primitive::kPrimInt, 0);
229 HInstruction* arr_set_add1 = new (&allocator_) HArraySet(arr, add1, c0, Primitive::kPrimInt, 0);
230 HInstruction* arr_set_sub0 = new (&allocator_) HArraySet(arr, sub0, c0, Primitive::kPrimInt, 0);
231 HInstruction* arr_set_sub1 = new (&allocator_) HArraySet(arr, sub1, c0, Primitive::kPrimInt, 0);
232 HInstruction* arr_set_j = new (&allocator_) HArraySet(arr, j, c0, Primitive::kPrimInt, 0)
    [all...]
bounds_check_elimination_test.cc 96 HArraySet* array_set = new (&allocator_) HArraySet(
120 array_set = new (&allocator_) HArraySet(
133 array_set = new (&allocator_) HArraySet(
205 HArraySet* array_set = new (&allocator_) HArraySet(
271 HArraySet* array_set = new (&allocator_) HArraySet(
314 HInstruction* array_set = new (&allocator_) HArraySet(
325 array_set = new (&allocator_) HArraySet(
    [all...]
instruction_simplifier_arm.h 66 void VisitArraySet(HArraySet* instruction) OVERRIDE;
instruction_simplifier_arm64.h 69 void VisitArraySet(HArraySet* instruction) OVERRIDE;
licm_test.cc 188 HInstruction* set_array = new (&allocator_) HArraySet(
206 HInstruction* set_array = new (&allocator_) HArraySet(
ssa_liveness_analysis_test.cc 129 new (&allocator_) HArraySet(array, index, value, Primitive::kPrimInt, /* dex_pc */ 0);
203 new (&allocator_) HArraySet(array, index, value, Primitive::kPrimInt, /* dex_pc */ 0);
instruction_simplifier_arm.cc 173 void InstructionSimplifierArmVisitor::VisitArraySet(HArraySet* instruction) {
instruction_simplifier_arm64.cc 152 void InstructionSimplifierArm64Visitor::VisitArraySet(HArraySet* instruction) {
prepare_for_register_allocation.cc 72 void PrepareForRegisterAllocation::VisitArraySet(HArraySet* instruction) {
scheduler_arm64.cc 70 void SchedulingLatencyVisitorARM64::VisitArraySet(HArraySet* ATTRIBUTE_UNUSED) {
load_store_analysis.h 459 void VisitArraySet(HArraySet* instruction) OVERRIDE {
instruction_builder.cc     [all...]
load_store_elimination.cc 479 void VisitArraySet(HArraySet* instruction) OVERRIDE {
scheduler_arm.cc 402 void SchedulingLatencyVisitorARM::VisitArraySet(HArraySet* instruction) {
ssa_builder.cc 360 for (HArraySet* aset : ambiguous_asets_) {
graph_visualizer.cc 438 void VisitArraySet(HArraySet* array_set) OVERRIDE {
    [all...]
instruction_simplifier.cc 76 void VisitArraySet(HArraySet* equal) OVERRIDE;
809 void InstructionSimplifierVisitor::VisitArraySet(HArraySet* instruction) {
    [all...]
induction_var_analysis_test.cc 167 return InsertInstruction(new (&allocator_) HArraySet(
    [all...]
loop_optimization.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]

Completed in 312 milliseconds

1 2