Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp364 unsigned getAltOpcode() const { in getAltOpcode() function
369 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
373 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()
1716 return getOpcode() != getAltOpcode(); in isAltShuffle()
1722 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()
1753 unsigned getAltOpcode() const { in getAltOpcode() function
4099 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()
4101 Instruction::isCast(E->getAltOpcode()))) && in getEntryCost()
4124 VecCost += TTI->getArithmeticInstrCost(E->getAltOpcode(), VecTy, in getEntryCost()
4133 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty, in getEntryCost()
[all …]