Home
last modified time | relevance | path

Searched defs:bounds_check (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc152 HBoundsCheck* bounds_check = MakeBoundsCheck(block3, add, array_length); in TEST_F() local
199 HBoundsCheck* bounds_check = MakeBoundsCheck(block3, sub2, array_length); in TEST_F() local
268 HInstruction* bounds_check = MakeBoundsCheck(loop_body, phi, array_length); in BuildSSAGraph1() local
276 HInstruction* bounds_check = BuildSSAGraph1(0, 1); in TEST_F() local
283 HInstruction* bounds_check = BuildSSAGraph1(1, 1); in TEST_F() local
290 HInstruction* bounds_check = BuildSSAGraph1(-1, 1); in TEST_F() local
297 HInstruction* bounds_check = BuildSSAGraph1(0, 1, kCondGT); in TEST_F() local
305 HInstruction* bounds_check = BuildSSAGraph1(0, 2); in TEST_F() local
312 HInstruction* bounds_check = BuildSSAGraph1(1, 2); in TEST_F() local
340 HInstruction* bounds_check = MakeBoundsCheck(loop_body, add, array_length); in BuildSSAGraph2() local
[all …]
H A Dbounds_check_elimination.cc836 void VisitBoundsCheck(HBoundsCheck* bounds_check) override { in VisitBoundsCheck()
1381 HBoundsCheck* bounds_check = first_index_bounds_check_map_.Get(array_length->GetId()); in AddCompareWithDeoptimization() local
1413 HBoundsCheck* bounds_check = entry.second; in AddComparesWithDeoptimization() local
1537 void TransformLoopForDynamicBCE(HLoopInformation* loop, HBoundsCheck* bounds_check) { in TransformLoopForDynamicBCE()
1847 void InsertDeoptInBlock(HBoundsCheck* bounds_check, HInstruction* condition) { in InsertDeoptInBlock()
H A Dssa_liveness_analysis_test.cc88 HInstruction* bounds_check = MakeBoundsCheck(block, index, length, /*env=*/ args); in TEST_F() local
H A Dsuperblock_cloner_test.cc60 HInstruction* bounds_check = MakeBoundsCheck(loop_body, phi, array_length, common_env, dex_pc); in CreateBasicLoopDataFlow() local
H A Doptimizing_unit_test.h624 HBoundsCheck* bounds_check = new (GetAllocator()) HBoundsCheck(index, length, dex_pc); variable
H A Dgraph_visualizer.cc473 void VisitBoundsCheck(HBoundsCheck* bounds_check) override { in VisitBoundsCheck()
H A Dload_store_elimination.cc958 void VisitBoundsCheck(HBoundsCheck* bounds_check) override { in VisitBoundsCheck()
H A Dinstruction_builder.cc2114 HBoundsCheck* bounds_check = in BuildSimpleIntrinsic() local
H A Dinstruction_simplifier.cc2897 HBoundsCheck* bounds_check = new (allocator) HBoundsCheck( in SimplifyStringCharAt() local
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dmptable.rs381 fn bounds_check() { in bounds_check() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c82 bounds_check(int width, int height, int depth, in bounds_check() function