Searched refs:PredicationKindField (Results 1 – 1 of 1) sorted by relevance
91 SetPackedField<PredicationKindField>(PredicationKind::kNotPredicated); in HVecOperation()107 PredicationKind GetPredicationKind() const { return GetPackedField<PredicationKindField>(); } in GetPredicationKind()129 SetPackedField<PredicationKindField>(pred_kind); in SetGoverningPredicate()257 using PredicationKindField = BitField<PredicationKind, kPredicationKind, kPredicationKindSize>; variable