Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1121 unsigned getAltOpcode() const { in getAltOpcode() function in __anon07b2d7740811::BinOpSameOpcodeHelper
1170 unsigned getAltOpcode() const { return getAltOp()->getOpcode(); } in getAltOpcode() function in __anon07b2d7740811::InstructionsState
1215 is_contained(MulDiv, getAltOpcode()); in isMulDivLikeOp()
1224 is_contained(AddSub, getAltOpcode()); in isAddSubLikeOp()
1231 getAltOpcode() == getOpcode(); in isCmpOp()
1496 AltOp = findInstructionWithOpcode(VL, BinOpHelper.getAltOpcode()); in getSameOpcode()
3895 unsigned getAltOpcode() const { return S.getAltOpcode(); } in getAltOpcode() function in llvm::slpvectorizer::BoUpSLP::TreeEntry
7151 unsigned Opcode1 = TE->getAltOpcode(); in reorderTopToBottom()
8828 unsigned Opcode1 = S.getAltOpcode(); in areAltOperandsProfitable()
9671 if ((LocalState.getAltOpcode() != LocalState.getOpcode() && in canBuildSplitNode()
[all …]