Lines Matching refs:getAltOpcode
434 unsigned getAltOpcode() const { in getAltOpcode() function
443 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()
2388 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()
2419 unsigned getAltOpcode() const { in getAltOpcode() function
3745 unsigned Opcode1 = TE->getAltOpcode(); in reorderTopToBottom()
6515 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()
6517 Instruction::isCast(E->getAltOpcode())) || in getEntryCost()
6547 TE->getAltOpcode() == E->getAltOpcode()) || in getEntryCost()
6548 (TE->getOpcode() == E->getAltOpcode() && in getEntryCost()
6549 TE->getAltOpcode() == E->getOpcode())) && in getEntryCost()
6564 VecCost += TTI->getArithmeticInstrCost(E->getAltOpcode(), VecTy, in getEntryCost()
6581 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty, in getEntryCost()
6594 return I->getOpcode() == E->getAltOpcode(); in getEntryCost()
8338 Instruction::isBinaryOp(E->getAltOpcode())) || in vectorizeTree()
8340 Instruction::isCast(E->getAltOpcode())) || in vectorizeTree()
8364 static_cast<Instruction::BinaryOps>(E->getAltOpcode()), LHS, RHS); in vectorizeTree()
8374 static_cast<Instruction::CastOps>(E->getAltOpcode()), LHS, VecTy); in vectorizeTree()