Home
last modified time | relevance | path

Searched refs:IsIntOrLongType (Results 1 – 13 of 13) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc23 if (!DataType::IsIntOrLongType(type)) { in TryCombineAndNot()
59 if (!DataType::IsIntOrLongType(type)) { in TryGenerateResetLeastSetBit()
92 if (!DataType::IsIntOrLongType(type)) { in TryGenerateMaskUptoLeastSetBit()
Dssa_builder.h77 if (DataType::IsIntOrLongType(type)) { in MaybeAddAmbiguousArrayGet()
84 if (DataType::IsIntOrLongType(type)) { in MaybeAddAmbiguousArraySet()
Dssa_builder.cc283 DCHECK(DataType::IsIntOrLongType(type)); in FindFloatOrDoubleEquivalentOfArrayGet()
296 DCHECK(DataType::IsIntOrLongType(type)); in CreateFloatOrDoubleEquivalentOfArrayGet()
343 if (DataType::IsIntOrLongType(array_type)) { in FixAmbiguousArrayOps()
691 if (!DataType::IsIntOrLongType(aget->GetType())) { in GetFloatOrDoubleEquivalentOfArrayGet()
702 DCHECK(DataType::IsIntOrLongType(GetPrimitiveArrayComponentType(aget->GetArray()))); in GetFloatOrDoubleEquivalentOfArrayGet()
Ddata_type.h126 static bool IsIntOrLongType(Type type) { in IsIntOrLongType() function
214 return IsIntOrLongType(result_type) && in IsZeroExtension()
Dinstruction_simplifier_shared.cc28 DCHECK(DataType::IsIntOrLongType(mul->GetType())); in TrySimpleMultiplyAccumulatePatterns()
100 if (!DataType::IsIntOrLongType(type)) { in TryCombineMultiplyAccumulate()
Dconstant_folding.cc274 if (DataType::IsIntOrLongType(type) && in VisitMul()
Dinstruction_simplifier.cc444 DCHECK(DataType::IsIntOrLongType(ushr->GetType())); in TryReplaceWithRotate()
1724 (DataType::IsFloatingPointType(type) || DataType::IsIntOrLongType(type))) { in VisitMul()
1749 if (DataType::IsIntOrLongType(type)) { in VisitMul()
Dintrinsics_arm_vixl.cc2601 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()
2648 DCHECK(DataType::IsIntOrLongType(type)); in GenHighestOneBit()
2714 DCHECK(DataType::IsIntOrLongType(type)); in GenLowestOneBit()
Dnodes.h5979 if (DataType::IsIntOrLongType(GetType())) { in IsEquivalentOf()
5983 DCHECK(DataType::IsIntOrLongType(other->GetType())) << other->GetType(); in IsEquivalentOf()
Dcode_generator_arm64.cc3105 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntDiv()
5413 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntRem()
Dintrinsics_arm64.cc439 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()
Dcode_generator_x86_64.cc6896 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()
6906 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86MaskOrResetLeastSetBit()
Dcode_generator_x86.cc7594 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()