/art/compiler/optimizing/ |
D | data_type.h | 32 kBool, enumerator 53 case Type::kBool: in SizeShift() 80 case Type::kBool: in Size() 111 case Type::kBool: in IsIntegralType() 135 return type == Type::kBool || type == Type::kUint8 || type == Type::kUint16 || in IsUnsignedType() 142 case Type::kBool: in Kind() 160 case Type::kBool: in MinValueOfIntegralType() 186 case Type::kBool: in MaxValueOfIntegralType() 262 DCHECK_NE(DataType::Type::kBool, result_type); in IsTypeConversionImplicit()
|
D | gvn_test.cc | 126 DataType::Type::kBool, in TEST_F() 149 DataType::Type::kBool, in TEST_F() 159 DataType::Type::kBool, in TEST_F() 169 DataType::Type::kBool, in TEST_F() 206 DataType::Type::kBool, in TEST_F() 229 DataType::Type::kBool, in TEST_F() 244 DataType::Type::kBool, in TEST_F() 254 DataType::Type::kBool, in TEST_F() 266 DataType::Type::kBool, in TEST_F() 342 DataType::Type::kBool); in TEST_F()
|
D | data_type-inl.h | 29 case Primitive::kPrimBoolean: return DataType::Type::kBool; in DataTypeFromPrimitive() 51 case DataType::Type::kBool: return 'z'; // Java boolean (Z). in TypeId()
|
D | constant_folding.cc | 154 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 0)); in VisitEqual() 166 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 1)); in VisitNotEqual() 178 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 0)); in VisitAbove() 190 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 1)); in VisitAboveOrEqual() 202 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 0)); in VisitBelow() 214 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 1)); in VisitBelowOrEqual()
|
D | data_type_test.cc | 36 CheckConversion<DataType::Type::kBool, Primitive::kPrimBoolean>(); in TEST() 64 DataType::Type::kBool, in TEST() 74 DCHECK_EQ(kIntegralTypes[0], DataType::Type::kBool); in TEST()
|
D | scheduler_arm.cc | 498 if (type == DataType::Type::kBool && in HandleCondition() 499 cond->GetRight()->GetType() == DataType::Type::kBool && in HandleCondition() 518 case DataType::Type::kBool: in VisitCompare() 638 case DataType::Type::kBool: in VisitArrayGet() 739 case DataType::Type::kBool: in VisitArraySet() 923 case DataType::Type::kBool: in HandleFieldGetLatencies() 985 case DataType::Type::kBool: in HandleFieldSetLatencies() 1082 case DataType::Type::kBool: in VisitTypeConversion() 1106 case DataType::Type::kBool: in VisitTypeConversion() 1130 case DataType::Type::kBool: in VisitTypeConversion()
|
D | code_generator_vector_x86_64.cc | 33 case DataType::Type::kBool: in VisitVecReplicateScalar() 69 case DataType::Type::kBool: in VisitVecReplicateScalar() 114 case DataType::Type::kBool: in VisitVecExtractScalar() 139 case DataType::Type::kBool: in VisitVecExtractScalar() 170 case DataType::Type::kBool: in CreateVecUnOpLocations() 349 if (instruction->GetPackedType() == DataType::Type::kBool) { in VisitVecNot() 359 case DataType::Type::kBool: { // special case boolean-not in VisitVecNot() 399 case DataType::Type::kBool: in CreateVecBinOpLocations() 421 case DataType::Type::kBool: in CreateVecTerOpLocations() 810 case DataType::Type::kBool: in VisitVecAnd() [all …]
|
D | code_generator_vector_x86.cc | 39 case DataType::Type::kBool: in VisitVecReplicateScalar() 74 case DataType::Type::kBool: in VisitVecReplicateScalar() 127 case DataType::Type::kBool: in VisitVecExtractScalar() 151 case DataType::Type::kBool: in VisitVecExtractScalar() 187 case DataType::Type::kBool: in CreateVecUnOpLocations() 366 if (instruction->GetPackedType() == DataType::Type::kBool) { in VisitVecNot() 376 case DataType::Type::kBool: { // special case boolean-not in VisitVecNot() 416 case DataType::Type::kBool: in CreateVecBinOpLocations() 438 case DataType::Type::kBool: in CreateVecTerOpLocations() 827 case DataType::Type::kBool: in VisitVecAnd() [all …]
|
D | select_generator_test.cc | 52 DataType::Type::kBool); in ConstructBasicGraphForSelect()
|
D | code_generator_vector_arm_vixl.cc | 39 case DataType::Type::kBool: in VisitVecReplicateScalar() 58 case DataType::Type::kBool: in VisitVecReplicateScalar() 110 case DataType::Type::kBool: in CreateVecUnOpLocations() 232 case DataType::Type::kBool: // special case boolean-not in VisitVecNot() 254 case DataType::Type::kBool: in CreateVecBinOpLocations() 563 case DataType::Type::kBool: in VisitVecAnd() 595 case DataType::Type::kBool: in VisitVecOr() 619 case DataType::Type::kBool: in VisitVecXor() 877 case DataType::Type::kBool: in CreateVecMemLocations() 964 case DataType::Type::kBool: in VisitVecLoad() [all …]
|
D | code_generator_vector_arm64_sve.cc | 52 case DataType::Type::kBool: in VisitVecReplicateScalar() 84 case DataType::Type::kBool: in VisitVecReplicateScalar() 144 case DataType::Type::kBool: in VisitVecExtractScalar() 193 case DataType::Type::kBool: in CreateVecUnOpLocations() 363 case DataType::Type::kBool: // special case boolean-not in VisitVecNot() 386 case DataType::Type::kBool: in CreateVecBinOpLocations() 762 case DataType::Type::kBool: in VisitVecAnd() 798 case DataType::Type::kBool: in VisitVecOr() 825 case DataType::Type::kBool: in VisitVecXor() 973 case DataType::Type::kBool: in VisitVecSetScalars() [all …]
|
D | code_generator_vector_arm64_neon.cc | 52 case DataType::Type::kBool: in VisitVecReplicateScalar() 84 case DataType::Type::kBool: in VisitVecReplicateScalar() 144 case DataType::Type::kBool: in VisitVecExtractScalar() 193 case DataType::Type::kBool: in CreateVecUnOpLocations() 363 case DataType::Type::kBool: // special case boolean-not in VisitVecNot() 386 case DataType::Type::kBool: in CreateVecBinOpLocations() 762 case DataType::Type::kBool: in VisitVecAnd() 798 case DataType::Type::kBool: in VisitVecOr() 825 case DataType::Type::kBool: in VisitVecXor() 973 case DataType::Type::kBool: in VisitVecSetScalars() [all …]
|
D | side_effects_test.cc | 27 DataType::Type::kBool, 234 SideEffects::ArrayWriteOfType(DataType::Type::kBool).ToString().c_str()); in TEST()
|
D | scheduler_arm64.cc | 239 if (instr->GetPackedType() == DataType::Type::kBool) { in VisitVecNot()
|
D | load_store_elimination.cc | 124 if (expected_type == DataType::Type::kBool || in FindOrAddTypeConversionIfNecessary() 526 case DataType::Type::kBool: in GetDefaultValue()
|
D | nodes_vector.h | 189 case DataType::Type::kBool: // 1-byte storage unit in ToSignedType() 203 case DataType::Type::kBool: // 1-byte storage unit in ToUnsignedType() 1428 SetPackedField<TypeField>(DataType::Type::kBool); in HVecPredCondition()
|
D | code_generator_x86_64.cc | 1059 case DataType::Type::kBool: in GenerateStaticOrDirectCall() 1707 case DataType::Type::kBool: in GenerateCompareTest() 2233 case DataType::Type::kBool: in VisitCompare() 2268 case DataType::Type::kBool: in VisitCompare() 2408 case DataType::Type::kBool: in VisitReturn() 2431 case DataType::Type::kBool: in VisitReturn() 2471 case DataType::Type::kBool: in GetReturnLocation() 2500 case DataType::Type::kBool: in GetNextLocation() 2891 case DataType::Type::kBool: in VisitTypeConversion() 2921 case DataType::Type::kBool: in VisitTypeConversion() [all …]
|
D | code_generator_arm_vixl.cc | 272 case DataType::Type::kBool: in GetLoadOperandType() 299 case DataType::Type::kBool: in GetStoreOperandType() 2331 case DataType::Type::kBool: in GetNextLocation() 2410 case DataType::Type::kBool: in GetReturnLocation() 3129 if (type == DataType::Type::kBool && in HandleCondition() 3130 cond->GetRight()->GetType() == DataType::Type::kBool && in HandleCondition() 3672 case DataType::Type::kBool: in VisitTypeConversion() 3705 case DataType::Type::kBool: in VisitTypeConversion() 3736 case DataType::Type::kBool: in VisitTypeConversion() 3889 case DataType::Type::kBool: in VisitTypeConversion() [all …]
|
D | code_generator_x86.cc | 1214 case DataType::Type::kBool: in GetReturnLocation() 1245 case DataType::Type::kBool: in GetNextLocation() 2231 case DataType::Type::kBool: in VisitReturn() 2259 case DataType::Type::kBool: in VisitReturn() 2701 case DataType::Type::kBool: in VisitTypeConversion() 2730 case DataType::Type::kBool: in VisitTypeConversion() 2758 case DataType::Type::kBool: in VisitTypeConversion() 2995 case DataType::Type::kBool: in VisitTypeConversion() 3025 case DataType::Type::kBool: in VisitTypeConversion() 3075 case DataType::Type::kBool: in VisitTypeConversion() [all …]
|
D | instruction_simplifier.cc | 401 DCHECK_NE(shift_amount->GetType(), DataType::Type::kBool); // We never convert to bool. in VisitShift() 756 if ((input_value->GetType() == DataType::Type::kBool) && input_const->IsIntConstant()) { in VisitEqual() 788 if ((input_value->GetType() == DataType::Type::kBool) && input_const->IsIntConstant()) { in VisitNotEqual() 2126 && input_other->GetType() == DataType::Type::kBool) { in VisitXor() 2278 case DataType::Type::kBool: in SimplifySystemArrayCopy()
|
D | graph_checker.cc | 1008 if (op->GetType() != DataType::Type::kBool) { in VisitCondition() 1135 if (result_type == DataType::Type::kBool) { in VisitTypeConversion()
|
D | register_allocation_resolver.cc | 119 case DataType::Type::kBool: in Resolve()
|
D | loop_optimization.cc | 1561 case DataType::Type::kBool: in TrySetVectorType() 1581 case DataType::Type::kBool: in TrySetVectorType() 1610 case DataType::Type::kBool: in TrySetVectorType()
|
D | register_allocator_test.cc | 505 DataType::Type::kBool, in BuildIfElseWithPhi()
|
D | code_generator_arm64.cc | 1603 case DataType::Type::kBool: in Load() 1649 case DataType::Type::kBool: in LoadAcquire() 1716 case DataType::Type::kBool: in Store() 1758 case DataType::Type::kBool: in StoreRelease() 2934 case DataType::Type::kBool: in VisitCompare() 2968 case DataType::Type::kBool: in VisitCompare() 4506 case DataType::Type::kBool: in GenerateStaticOrDirectCall()
|