Searched refs:isOpcodeOrAlt (Results 1 – 1 of 1) sorted by relevance
441 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function458 if (I && S.isOpcodeOrAlt(I)) in isOneOf()2385 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function2396 if (I && isOpcodeOrAlt(I)) in isOneOf()6533 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()6593 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()7452 return !E->isOpcodeOrAlt(I) || I->getParent() == BB || in setInsertPointAfterBundle()8393 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in vectorizeTree()11065 (!S.getOpcode() || !S.isOpcodeOrAlt(Inst))) in tryToReduce()11084 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()