Home
last modified time | relevance | path

Searched refs:SetPackedField (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiled_method.h90 void SetPackedField(typename BitFieldType::value_type value) { in SetPackedField() function
139 SetPackedField<IsIntrinsicField>(/* value= */ true); in MarkAsIntrinsic()
/art/compiler/optimizing/
Dnodes_vector.h89 SetPackedField<PackedTypeField>(packed_type); in HVecOperation()
91 SetPackedField<PredicationKindField>(PredicationKind::kNotPredicated); in HVecOperation()
129 SetPackedField<PredicationKindField>(pred_kind); in SetGoverningPredicate()
427 SetPackedField<TypeField>(packed_type); in HVecExtractScalar()
1277 SetPackedField<TypeField>(kSIMDPredType); in HVecPredSetOperation()
1370 SetPackedField<CondKindField>(cond); in HVecPredWhile()
1437 SetPackedField<TypeField>(DataType::Type::kBool); in HVecPredCondition()
1438 SetPackedField<CondKindField>(pred_cond); in HVecPredCondition()
Dnodes.h2209 SetPackedField<InstructionKindField>(kind); in HInstruction()
2210 SetPackedField<TypeField>(type); in HInstruction()
2653 void SetPackedField(typename BitFieldType::value_type value) { in SetPackedField() function
3068 SetPackedField<TypeField>(new_type);
3461 SetPackedField<BoundaryKindField>(kind);
3526 SetPackedField<DeoptimizeKindField>(kind);
3551 SetPackedField<DeoptimizeKindField>(kind);
3661 SetPackedField<TableKindField>(kind);
3885 SetPackedField<ComparisonBiasField>(ComparisonBias::kNoBias);
3902 void SetBias(ComparisonBias bias) { SetPackedField<ComparisonBiasField>(bias); }
[all …]