Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp547 unsigned getAltOpcode() const { in getAltOpcode() function
2678 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()
2709 unsigned getAltOpcode() const { in getAltOpcode() function
4348 unsigned Opcode1 = TE->getAltOpcode(); in reorderTopToBottom()
8388 Instruction::isCast(E->getAltOpcode())) || in getEntryCost()
8399 TE->getAltOpcode() == E->getAltOpcode()) || in getEntryCost()
8400 (TE->getOpcode() == E->getAltOpcode() && in getEntryCost()
8401 TE->getAltOpcode() == E->getOpcode())) && in getEntryCost()
8456 return I->getOpcode() == E->getAltOpcode(); in getEntryCost()
8466 unsigned Opcode1 = E->getAltOpcode(); in getEntryCost()
[all …]