Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector_test.cc137 HVecOperation* v2 = new (GetAllocator()) in TEST_F() local
213 HVecLoad* v2 = new (GetAllocator()) HVecLoad(GetAllocator(), in TEST_F() local
304 HVecHalvingAdd* v2 = new (GetAllocator()) HVecHalvingAdd( in TEST_F() local
366 HVecMultiplyAccumulate* v2 = new (GetAllocator()) HVecMultiplyAccumulate( in TEST_F() local
394 HVecReduce* v2 = new (GetAllocator()) HVecReduce( in TEST_F() local
Dinduction_var_range_test.cc43 void ExpectEqual(Value v1, Value v2) { in ExpectEqual()
297 Value AddValue(Value v1, Value v2) { return range_.AddValue(v1, v2); } in AddValue()
298 Value SubValue(Value v1, Value v2) { return range_.SubValue(v1, v2); } in SubValue()
299 Value MulValue(Value v1, Value v2) { return range_.MulValue(v1, v2); } in MulValue()
300 Value DivValue(Value v1, Value v2) { return range_.DivValue(v1, v2); } in DivValue()
301 Value MinValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, true); } in MinValue()
302 Value MaxValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, false); } in MaxValue()
758 Value v1, v2; in TEST_F() local
810 Value v1, v2; in TEST_F() local
869 Value v1, v2; in TEST_F() local
[all …]
Dinduction_var_range.cc833 int64_t v2 = 0; in GetRem() local
848 int64_t v2 = 0; in GetXor() local
937 InductionVarRange::Value InductionVarRange::MergeVal(Value v1, Value v2, bool is_min) const { in MergeVal()
Dload_store_analysis_test.cc323 HVecOperation* v2 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F() local
Dbounds_check_elimination.cc1494 InductionVarRange::Value v2; in InductionRangeFitsIn() local
/art/test/123-compiler-regressions-mt/src/
DMain.java74 int v2 = vs2[0]; in thread2() local
114 int v2 = vs2[0]; in thread2() local
/art/test/646-checker-simd-hadd/src/
DHaddShort.java114 int v2 = b2[i] & 0xffff; in halving_add_unsigned() local
256 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned() local
296 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned_alt() local
DHaddAltShort.java86 int v2 = b2[i] & 0xffff; in halving_add_unsigned() local
148 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned() local
/art/compiler/utils/
Dswap_space_test.cc51 SwapVector<int32_t> v2(alloc); in SwapTest() local
/art/test/952-invoke-custom/src/
DTestLinkerMethodMultipleArgumentTypes.java83 int v2, in linkerMethod()
DTestLinkerMethodWithRange.java82 int v2, in primLinkerMethod()
/art/test/671-npe-field-opts/src/
DMain.java45 float v2 = obj.floatField; in $noinline$foo() local
/art/runtime/verifier/
Dverifier_deps.cc619 uint32_t v1, v2; in DecodeTuple() local
637 uint32_t v1, v2, v3; in DecodeTuple() local
/art/test/458-checker-instruct-simplification/src/
DMain.java2377 int v2 = (b << 8); in $noinline$getUint8FromInstanceByteFieldWithAnotherUse() local
/art/test/083-compiler-regressions/src/
DMain.java992 int v2 = B16177324ValuesKiller.values[0]; // clinit<>() sets B16177324Values.values to null. in b16177324Test() local