Searched refs:isAltShuffle (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp357 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } function in struct:__anon4783::InstructionsState
861 return S.isAltShuffle() ? VLOperands::ScoreAltOpcodes
1541 bool isAltShuffle() const {
2593 unsigned ShuffleOrOp = S.isAltShuffle() ?
3109 if (!S.isAltShuffle()) {
3343 E->isAltShuffle() ? (unsigned)Instruction::ShuffleVector : E->getOpcode();
3612 assert(E->isAltShuffle() &&
4167 E->isAltShuffle() ? (unsigned)Instruction::ShuffleVector : E->getOpcode();
4569 assert(E->isAltShuffle() &&

Completed in 63 milliseconds