Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp373 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle() function
1020 return S.isAltShuffle() ? VLOperands::ScoreAltOpcodes in getShallowScore()
1721 bool isAltShuffle() const { in isAltShuffle() function
2817 unsigned ShuffleOrOp = S.isAltShuffle() ? in buildTree_rec()
3390 if (!S.isAltShuffle()) { in buildTree_rec()
3832 E->isAltShuffle() ? (unsigned)Instruction::ShuffleVector : E->getOpcode(); in getEntryCost()
4178 assert(E->isAltShuffle() && in getEntryCost()
5145 E->isAltShuffle() ? (unsigned)Instruction::ShuffleVector : E->getOpcode(); in vectorizeTree()
5605 assert(E->isAltShuffle() && in vectorizeTree()