Searched refs:getAltOpcode (Results 1 – 1 of 1) sorted by relevance
364 unsigned getAltOpcode() const { in getAltOpcode() function369 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()373 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()1716 return getOpcode() != getAltOpcode(); in isAltShuffle()1722 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()1753 unsigned getAltOpcode() const { in getAltOpcode() function4099 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()4101 Instruction::isCast(E->getAltOpcode()))) && in getEntryCost()4124 VecCost += TTI->getArithmeticInstrCost(E->getAltOpcode(), VecTy, in getEntryCost()4133 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty, in getEntryCost()[all …]