Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 17 of 17) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc411 InductionInfo* initial = LookupInfo(loop, phi->InputAt(0)); in ClassifyNonTrivial() local
412 if (initial == nullptr || initial->induction_class != kInvariant) { in ClassifyNonTrivial()
429 initial, in ClassifyNonTrivial()
465 HInstruction* divc = GetShiftConstant(loop, instruction, initial); in ClassifyNonTrivial()
493 induction = CreateInduction(kLinear, kNop, induction, initial, /*fetch*/ nullptr, type_); in ClassifyNonTrivial()
712 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); in SolvePhiAllInputs() local
713 return CreateInduction(kPeriodic, kNop, a, initial, /*fetch*/ nullptr, type_); in SolvePhiAllInputs()
751 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); in SolveAddSub() local
754 return CreateInduction(kPolynomial, kNop, new_a, initial, /*fetch*/ nullptr, type_); in SolveAddSub()
772 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); in SolveAddSub() local
[all …]
Dnodes.cc961 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() argument
962 DCHECK(initial->GetBlock() == this); in ReplaceAndRemovePhiWith()
963 InsertPhiAfter(replacement, initial); in ReplaceAndRemovePhiWith()
964 initial->ReplaceWith(replacement); in ReplaceAndRemovePhiWith()
965 RemovePhi(initial); in ReplaceAndRemovePhiWith()
968 void HBasicBlock::ReplaceAndRemoveInstructionWith(HInstruction* initial, in ReplaceAndRemoveInstructionWith() argument
970 DCHECK(initial->GetBlock() == this); in ReplaceAndRemoveInstructionWith()
971 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith()
976 DCHECK_EQ(initial->GetBlock(), this); in ReplaceAndRemoveInstructionWith()
977 DCHECK_EQ(initial->GetType(), DataType::Type::kVoid); in ReplaceAndRemoveInstructionWith()
[all …]
Dbounds_check_elimination_test.cc360 int initial, in BuildSSAGraph1() argument
370 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph1()
475 int initial, in BuildSSAGraph2() argument
485 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph2()
585 int initial, in BuildSSAGraph3() argument
593 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph3()
688 int initial, in BuildSSAGraph4() argument
697 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph4()
Dinduction_var_analysis.h243 InductionInfo* initial);
Dinduction_var_range_test.cc221 int32_t initial, in CreateWrapAround() argument
225 CreateConst(initial), in CreateWrapAround()
232 HInductionVarAnalysis::InductionInfo* CreateWrapAround(int32_t initial, int32_t lo, int32_t hi) { in CreateWrapAround() argument
233 return CreateWrapAround(initial, CreateRange(lo, hi)); in CreateWrapAround()
Dbounds_check_elimination.cc371 HInstruction* initial, in MonotonicValueRange() argument
378 initial_(initial), in MonotonicValueRange()
Dnodes.h1222 void ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement);
1224 void ReplaceAndRemoveInstructionWith(HInstruction* initial,
/art/test/522-checker-regression-monitor-exit/smali/
DTest.smali20 ## CHECK-START: int Test.synchronizedHashCode(java.lang.Object) dead_code_elimination$initial (befo…
24 ## CHECK-START: int Test.synchronizedHashCode(java.lang.Object) dead_code_elimination$initial (afte…
/art/test/996-breakpoint-obsolete/
Dexpected.txt12 Setting initial breakpoint on redefined method.
/art/test/588-checker-irreducib-lifetime-hole/smali/
DIrreducibleLoop.smali19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop1(int) dead_code_elimination$initial (before)
59 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop2(int) dead_code_elimination$initial (before)
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali14 # return its result: this is the initial value of v1 because "v1 = v1 / 1".
/art/test/1949-short-dex-file/
Dinfo.txt20 This test tries to get the JIT to read out-of-bounds on the initial dex file by getting it to
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali31 ## CHECK-START: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before)
68 ## CHECK-START: int IrreducibleLoop.lse(int, Main) dead_code_elimination$initial (after)
104 ## CHECK-START: int IrreducibleLoop.dce(int) dead_code_elimination$initial (before)
107 ## CHECK-START: int IrreducibleLoop.dce(int) dead_code_elimination$initial (after)
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before)
/art/test/046-reflect/
Dexpected.txt47 pubLong initial value is 1122334455667788
/art/test/565-checker-doublenegbitwise/smali/
DSmaliTests.smali205 # This is a regression test. The initial logic was inserting the new bitwise
705 # This is a regression test. The initial logic was inserting the new bitwise
/art/test/510-checker-try-catch/smali/
DBuilder.smali1363 ## CHECK-START: int Builder.testSynchronized(java.lang.Object) dead_code_elimination$initial (after)