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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp351 unsigned getAltOpcode() const { function in struct:__anon5783::InstructionsState
356 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); }
360 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode;
1531 return getOpcode() != getAltOpcode();
1537 getAltOpcode() == CheckedOpcode);
1568 unsigned getAltOpcode() const { function in class:llvm::slpvectorizer::BoUpSLP
3543 Instruction::isBinaryOp(E->getAltOpcode())) ||
3545 Instruction::isCast(E->getAltOpcode()))) &&
3571 VecCost += TTI->getArithmeticInstrCost(E->getAltOpcode(), VecTy);
3578 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecT
[all...]

Completed in 103 milliseconds