Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 15 of 15) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector_test.cc136 HVecOperation* v1 = new (GetAllocator()) in TEST_F() local
206 HVecLoad* v1 = new (GetAllocator()) HVecLoad(GetAllocator(), in TEST_F() local
261 HVecStore* v1 = new (GetAllocator()) HVecStore( in TEST_F() local
303 HVecHalvingAdd* v1 = new (GetAllocator()) HVecHalvingAdd( in TEST_F() local
365 HVecMultiplyAccumulate* v1 = new (GetAllocator()) HVecMultiplyAccumulate( in TEST_F() local
393 HVecReduce* v1 = new (GetAllocator()) HVecReduce( in TEST_F() local
Dinduction_var_range_test.cc44 void ExpectEqual(Value v1, Value v2) { in ExpectEqual()
345 Value AddValue(Value v1, Value v2) { return range_.AddValue(v1, v2); } in AddValue()
346 Value SubValue(Value v1, Value v2) { return range_.SubValue(v1, v2); } in SubValue()
347 Value MulValue(Value v1, Value v2) { return range_.MulValue(v1, v2); } in MulValue()
348 Value DivValue(Value v1, Value v2) { return range_.DivValue(v1, v2); } in DivValue()
349 Value MinValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, true); } in MinValue()
350 Value MaxValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, false); } in MaxValue()
979 Value v1, v2; in TEST_F() local
1033 Value v1, v2; in TEST_F() local
1092 Value v1, v2; in TEST_F() local
[all …]
Dinduction_var_range.cc922 int64_t v1 = 0; in GetRem() local
941 int64_t v1 = 0; in GetXor() local
982 InductionVarRange::Value InductionVarRange::AddValue(Value v1, Value v2) const { in AddValue()
996 InductionVarRange::Value InductionVarRange::SubValue(Value v1, Value v2) const { in SubValue()
1010 InductionVarRange::Value InductionVarRange::MulValue(Value v1, Value v2) const { in MulValue()
1025 InductionVarRange::Value InductionVarRange::DivValue(Value v1, Value v2) const { in DivValue()
1034 InductionVarRange::Value InductionVarRange::MergeVal(Value v1, Value v2, bool is_min) const { in MergeVal()
Dload_store_analysis_test.cc346 HVecOperation* v1 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F() local
Dbounds_check_elimination.cc1505 InductionVarRange::Value v1; in InductionRangeFitsIn() local
/art/test/123-compiler-regressions-mt/src/
DMain.java73 int v1 = vs1[0]; in thread2() local
113 int v1 = vs1[0]; in thread2() local
/art/test/646-checker-simd-hadd/src/
DHaddShort.java158 int v1 = b1[i] & 0xffff; in halving_add_unsigned() local
375 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned() local
430 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned_alt() local
DHaddAltShort.java115 int v1 = b1[i] & 0xffff; in halving_add_unsigned() local
207 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned() local
/art/test/952-invoke-custom/src/
DTestLinkerMethodMultipleArgumentTypes.java82 int v1, in linkerMethod()
DTestLinkerMethodWithRange.java81 int v1, in primLinkerMethod()
/art/test/671-npe-field-opts/src/
DMain.java44 int v1 = obj.intField; in $noinline$foo() local
/art/runtime/native/
Dlibcore_io_Memory.cc89 jint v1 = get_unaligned<jint>(src++); in swapLongs() local
/art/runtime/verifier/
Dverifier_deps.cc358 uint32_t v1, v2; in DecodeTuple() local
376 uint32_t v1, v2, v3; in DecodeTuple() local
/art/test/458-checker-instruct-simplification/src/
DMain.java2564 int v1 = b & 0xff; in $noinline$getUint8FromInstanceByteFieldWithAnotherUse() local
2738 int v1 = value & 0xff00; in $noinline$redundantAndOtherUse() local
/art/test/083-compiler-regressions/src/
DMain.java991 int v1 = B16177324Values.values[0]; // Null-check on array element access. in b16177324Test() local