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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp356 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } function in struct:__anon5783::InstructionsState
851 return S.isAltShuffle() ? VLOperands::ScoreAltOpcodes
1530 bool isAltShuffle() const {
2564 unsigned ShuffleOrOp = S.isAltShuffle() ?
3073 if (!S.isAltShuffle()) {
3272 E->isAltShuffle() ? (unsigned)Instruction::ShuffleVector : E->getOpcode();
3541 assert(E->isAltShuffle() &&
4075 E->isAltShuffle() ? (unsigned)Instruction::ShuffleVector : E->getOpcode();
4505 assert(E->isAltShuffle() &&

Completed in 175 milliseconds