Searched refs:getAltOpcode (Results 1 – 1 of 1) sorted by relevance
552 unsigned getAltOpcode() const { in getAltOpcode() function2577 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()2608 unsigned getAltOpcode() const { in getAltOpcode() function4149 unsigned Opcode1 = TE->getAltOpcode(); in reorderTopToBottom()7380 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()7382 Instruction::isCast(E->getAltOpcode())) || in getEntryCost()7393 TE->getAltOpcode() == E->getAltOpcode()) || in getEntryCost()7394 (TE->getOpcode() == E->getAltOpcode() && in getEntryCost()7395 TE->getAltOpcode() == E->getOpcode())) && in getEntryCost()7451 return I->getOpcode() == E->getAltOpcode(); in getEntryCost()[all …]