Searched refs:isOpcodeOrAlt (Results 1 – 1 of 1) sorted by relevance
554 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function571 if (I && S.isOpcodeOrAlt(I)) in isOneOf()2675 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function2686 if (I && isOpcodeOrAlt(I)) in isOneOf()8409 assert(E->isOpcodeOrAlt(VI) && "Unexpected main/alternate opcode"); in getEntryCost()8455 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()9828 return !E->isOpcodeOrAlt(I) || I->getParent() == BB || in getLastInstructionInBundle()11770 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in vectorizeTree()14584 (!S.getOpcode() || !S.isOpcodeOrAlt(Inst))) || in tryToReduce()14604 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()