Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp375 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
392 if (I && S.isOpcodeOrAlt(I)) in isOneOf()
1725 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
1736 if (I && isOpcodeOrAlt(I)) in isOneOf()
4197 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()
4221 assert(E->isOpcodeOrAlt(OpInst) && "Unexpected main/alternate opcode"); in getEntryCost()
4820 return !E->isOpcodeOrAlt(I) || I->getParent() == BB; in setInsertPointAfterBundle()
4860 if (Bundle.erase(&I) && E->isOpcodeOrAlt(&I)) in setInsertPointAfterBundle()
5648 assert(E->isOpcodeOrAlt(OpInst) && "Unexpected main/alternate opcode"); in vectorizeTree()