Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp368 unsigned getAltOpcode() const { in getAltOpcode() function
373 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
377 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()
1722 return getOpcode() != getAltOpcode(); in isAltShuffle()
1728 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()
1759 unsigned getAltOpcode() const { in getAltOpcode() function
4180 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()
4182 Instruction::isCast(E->getAltOpcode()))) && in getEntryCost()
5607 Instruction::isBinaryOp(E->getAltOpcode())) || in vectorizeTree()
5609 Instruction::isCast(E->getAltOpcode()))) && in vectorizeTree()
[all …]