Searched refs:getAltOpcode (Results 1 – 1 of 1) sorted by relevance
434 unsigned getAltOpcode() const { in getAltOpcode() function2388 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()2419 unsigned getAltOpcode() const { in getAltOpcode() function3745 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()6594 return I->getOpcode() == E->getAltOpcode(); in getEntryCost()[all …]