Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc24 if (!DataType::IsIntOrLongType(type)) { in TryCombineAndNot()
60 if (!DataType::IsIntOrLongType(type)) { in TryGenerateResetLeastSetBit()
93 if (!DataType::IsIntOrLongType(type)) { in TryGenerateMaskUptoLeastSetBit()
Dssa_builder.h75 if (DataType::IsIntOrLongType(type)) { in MaybeAddAmbiguousArrayGet()
82 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()
689 if (!DataType::IsIntOrLongType(aget->GetType())) { in GetFloatOrDoubleEquivalentOfArrayGet()
700 DCHECK(DataType::IsIntOrLongType(GetPrimitiveArrayComponentType(aget->GetArray()))); in GetFloatOrDoubleEquivalentOfArrayGet()
Ddata_type.h148 static bool IsIntOrLongType(Type type) { in IsIntOrLongType() function
240 return IsIntOrLongType(result_type) && in IsZeroExtension()
Dinstruction_simplifier_shared.cc30 DCHECK(DataType::IsIntOrLongType(mul->GetType())); in TrySimpleMultiplyAccumulatePatterns()
102 if (!DataType::IsIntOrLongType(type)) { in TryCombineMultiplyAccumulate()
Dinstruction_simplifier.cc587 DCHECK(DataType::IsIntOrLongType(ushr->GetType())); in TryReplaceWithRotate()
1966 if (!DataType::IsIntOrLongType(type)) { in TryToReuseDiv()
2029 (DataType::IsFloatingPointType(type) || DataType::IsIntOrLongType(type))) { in VisitMul()
2054 if (DataType::IsIntOrLongType(type)) { in VisitMul()
Dconstant_folding.cc864 if (DataType::IsIntOrLongType(type) && in VisitMul()
Dintrinsics_arm_vixl.cc1938 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()
1985 DCHECK(DataType::IsIntOrLongType(type)); in GenHighestOneBit()
2051 DCHECK(DataType::IsIntOrLongType(type)); in GenLowestOneBit()
Dnodes.h6404 if (DataType::IsIntOrLongType(GetType())) {
6408 DCHECK(DataType::IsIntOrLongType(other->GetType())) << other->GetType();
Dcode_generator_arm64.cc3645 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntDiv()
6212 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntRem()
Dcode_generator_x86_64.cc7686 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()
7696 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86MaskOrResetLeastSetBit()
Dintrinsics_arm64.cc401 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()
Dcode_generator_x86.cc8335 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()