Searched refs:isOpcodeOrAlt (Results 1 – 1 of 1) sorted by relevance
559 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function576 if (I && S.isOpcodeOrAlt(I)) in isOneOf()2574 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function2585 if (I && isOpcodeOrAlt(I)) in isOneOf()7403 assert(E->isOpcodeOrAlt(VI) && "Unexpected main/alternate opcode"); in getEntryCost()7450 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()8496 return !E->isOpcodeOrAlt(I) || I->getParent() == BB || in getLastInstructionInBundle()9789 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in vectorizeTree()12490 (!S.getOpcode() || !S.isOpcodeOrAlt(Inst))) in tryToReduce()12509 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()