Searched refs:isAltShuffle (Results 1 – 1 of 1) sorted by relevance
675 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle() function1586 !S.isAltShuffle()) && in getShallowScore()1591 return S.isAltShuffle() ? LookAheadHeuristics::ScoreAltOpcodes in getShallowScore()2403 if (OpS.getOpcode() && OpS.isAltShuffle()) in reorder()3053 bool isAltShuffle() const { return MainOp != AltOp; } in isAltShuffle() function5004 if (TE.getOpcode() == Instruction::ExtractElement && !TE.isAltShuffle() && in getReorderingData()5054 !TE.isAltShuffle()) in getReorderingData()5105 if (TE.isGather() && !TE.isAltShuffle() && allSameType(TE.Scalars)) { in getReorderingData()5270 if (TE->isAltShuffle()) { in reorderTopToBottom()5300 EI.UserTE->isAltShuffle() && EI.UserTE->Idx != 0; in reorderTopToBottom()[all …]