Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1162 Instruction *getAltOp() const { in getAltOp() function in __anon07b2d7740811::InstructionsState
1170 unsigned getAltOpcode() const { return getAltOp()->getOpcode(); } in getAltOpcode()
1173 bool isAltShuffle() const { return getMainOp() != getAltOp(); } in isAltShuffle()
1200 return getMainOp()->isShift() && getAltOp()->isShift(); in isShiftOp()
1205 return getMainOp()->isBitwiseLogicOp() && getAltOp()->isBitwiseLogicOp(); in isBitwiseLogicOp()
3890 Instruction *getAltOp() const { return S.getAltOp(); } in getAltOp() function in llvm::slpvectorizer::BoUpSLP::TreeEntry
4001 dbgs() << "AltOp: " << *S.getAltOp() << "\n"; in dump()
6756 return isAlternateInstruction(I, TE.getMainOp(), TE.getAltOp(), *TLI); in getReorderingData()
9672 isMainInstruction(I, LocalState.getMainOp(), LocalState.getAltOp(), in canBuildSplitNode()
9676 LocalState.getAltOp(), *TLI))) { in canBuildSplitNode()
[all …]