Searched refs:getAltOpcode (Results 1 – 2 of 2) sorted by relevance
351 unsigned getAltOpcode() const { in getAltOpcode() function356 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()360 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()1531 return getOpcode() != getAltOpcode(); in isAltShuffle()1537 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()1568 unsigned getAltOpcode() const { in getAltOpcode() function3543 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()3545 Instruction::isCast(E->getAltOpcode()))) && in getEntryCost()3571 VecCost += TTI->getArithmeticInstrCost(E->getAltOpcode(), VecTy); in getEntryCost()3578 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty); in getEntryCost()[all …]
149 static unsigned getAltOpcode(unsigned Op) { in getAltOpcode() function178 unsigned AltOpcode = getAltOpcode(Opcode); in isAltInst()