Lines Matching refs:getAltOpcode
318 unsigned getAltOpcode() const { in getAltOpcode() function
323 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
327 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()
2372 Instruction::isBinaryOp(S.getAltOpcode())) || in getEntryCost()
2374 Instruction::isCast(S.getAltOpcode()))) && in getEntryCost()
2400 VecCost += TTI->getArithmeticInstrCost(S.getAltOpcode(), VecTy); in getEntryCost()
2407 VecCost += TTI->getCastInstrCost(S.getAltOpcode(), VecTy, Src1Ty); in getEntryCost()
3492 Instruction::isBinaryOp(S.getAltOpcode())) || in vectorizeTree()
3494 Instruction::isCast(S.getAltOpcode()))) && in vectorizeTree()
3521 static_cast<Instruction::BinaryOps>(S.getAltOpcode()), LHS, RHS); in vectorizeTree()
3526 static_cast<Instruction::CastOps>(S.getAltOpcode()), LHS, VecTy); in vectorizeTree()
3538 if (OpInst->getOpcode() == S.getAltOpcode()) { in vectorizeTree()