Searched refs:IsImmUpdate (Results 1 – 1 of 1) sorted by relevance
1809 bool IsImmUpdate = isPerfectIncrement(Inc, VT, NumVecs); in SelectVLD() local1810 if (!IsImmUpdate) { in SelectVLD()1965 bool IsImmUpdate = isPerfectIncrement(Inc, VT, NumVecs); in SelectVST() local1966 if (!IsImmUpdate) { in SelectVST()2104 bool IsImmUpdate = in SelectVLDSTLane() local2106 Ops.push_back(IsImmUpdate ? Reg0 : Inc); in SelectVLDSTLane()2229 bool IsImmUpdate = in SelectVLDDup() local2231 if (NumVecs <= 2 && !IsImmUpdate) in SelectVLDDup()2233 if (!IsImmUpdate) in SelectVLDDup()