Searched refs:getAltOp (Results 1 – 1 of 1) sorted by relevance
1162 Instruction *getAltOp() const { in getAltOp() function in __anon07b2d7740811::InstructionsState1170 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::TreeEntry4001 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 …]