Home
last modified time | relevance | path

Searched refs:SetGoverningPredicate (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes_vector.h125 void SetGoverningPredicate(HInstruction* input, PredicationKind pred_kind) { in SetGoverningPredicate() function
134 SetGoverningPredicate(input, PredicationKind::kMergingForm); in SetMergingGoverningPredicate()
137 SetGoverningPredicate(input, PredicationKind::kZeroingForm); in SetZeroingGoverningPredicate()
H A Dinstruction_simplifier.cc351 mulacc->SetGoverningPredicate(vec_binop->GetGoverningPredicate(), in TryCombineVecMultiplyAccumulate()