Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp434 unsigned getAltOpcode() const { in getAltOpcode() function
2388 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()
2419 unsigned getAltOpcode() const { in getAltOpcode() function
3745 unsigned Opcode1 = TE->getAltOpcode(); in reorderTopToBottom()
6515 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()
6517 Instruction::isCast(E->getAltOpcode())) || in getEntryCost()
6547 TE->getAltOpcode() == E->getAltOpcode()) || in getEntryCost()
6548 (TE->getOpcode() == E->getAltOpcode() && in getEntryCost()
6549 TE->getAltOpcode() == E->getOpcode())) && in getEntryCost()
6594 return I->getOpcode() == E->getAltOpcode(); in getEntryCost()
[all …]