Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp552 unsigned getAltOpcode() const { in getAltOpcode() function
2577 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()
2608 unsigned getAltOpcode() const { in getAltOpcode() function
4149 unsigned Opcode1 = TE->getAltOpcode(); in reorderTopToBottom()
7380 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()
7382 Instruction::isCast(E->getAltOpcode())) || in getEntryCost()
7393 TE->getAltOpcode() == E->getAltOpcode()) || in getEntryCost()
7394 (TE->getOpcode() == E->getAltOpcode() && in getEntryCost()
7395 TE->getAltOpcode() == E->getOpcode())) && in getEntryCost()
7451 return I->getOpcode() == E->getAltOpcode(); in getEntryCost()
[all …]