Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A 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()
H A Dssa_builder.h74 if (DataType::IsIntOrLongType(type)) { in MaybeAddAmbiguousArrayGet()
81 if (DataType::IsIntOrLongType(type)) { in MaybeAddAmbiguousArraySet()
H A Dssa_builder.cc283 DCHECK(DataType::IsIntOrLongType(type)); in FindFloatOrDoubleEquivalentOfArrayGet()
296 DCHECK(DataType::IsIntOrLongType(type)); in CreateFloatOrDoubleEquivalentOfArrayGet()
343 if (DataType::IsIntOrLongType(array_type)) { in FixAmbiguousArrayOps()
690 if (!DataType::IsIntOrLongType(aget->GetType())) { in GetFloatOrDoubleEquivalentOfArrayGet()
701 DCHECK(DataType::IsIntOrLongType(GetPrimitiveArrayComponentType(aget->GetArray()))); in GetFloatOrDoubleEquivalentOfArrayGet()
H A Ddata_type.h126 static bool IsIntOrLongType(Type type) { in IsIntOrLongType() function
218 return IsIntOrLongType(result_type) && in IsZeroExtension()
H A Dinstruction_simplifier_shared.cc28 DCHECK(DataType::IsIntOrLongType(mul->GetType())); in TrySimpleMultiplyAccumulatePatterns()
100 if (!DataType::IsIntOrLongType(type)) { in TryCombineMultiplyAccumulate()
H A Dconstant_folding.cc274 if (DataType::IsIntOrLongType(type) && in VisitMul()
H A Dinstruction_simplifier.cc468 DCHECK(DataType::IsIntOrLongType(ushr->GetType())); in TryReplaceWithRotate()
1824 if (!DataType::IsIntOrLongType(type)) { in TryToReuseDiv()
1887 (DataType::IsFloatingPointType(type) || DataType::IsIntOrLongType(type))) { in VisitMul()
1912 if (DataType::IsIntOrLongType(type)) { in VisitMul()
H A Dintrinsics_arm_vixl.cc2066 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()
2113 DCHECK(DataType::IsIntOrLongType(type)); in GenHighestOneBit()
2179 DCHECK(DataType::IsIntOrLongType(type)); in GenLowestOneBit()
H A Dnodes.h6414 if (DataType::IsIntOrLongType(GetType())) {
6418 DCHECK(DataType::IsIntOrLongType(other->GetType())) << other->GetType();
H A Dcode_generator_arm64.cc3373 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntDiv()
5897 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntRem()
H A Dcode_generator_x86_64.cc7158 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()
7168 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86MaskOrResetLeastSetBit()
H A Dintrinsics_arm64.cc399 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()
H A Dcode_generator_x86.cc8049 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()