Searched refs:isOpcodeOrAlt (Results 1 – 1 of 1) sorted by relevance
358 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function375 if (I && S.isOpcodeOrAlt(I)) in isOneOf()1534 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function1545 if (I && isOpcodeOrAlt(I)) in isOneOf()3562 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()3883 return !E->isOpcodeOrAlt(I) || I->getParent() == BB; in setInsertPointAfterBundle()3923 if (Bundle.erase(&I) && E->isOpcodeOrAlt(&I)) in setInsertPointAfterBundle()4548 assert(E->isOpcodeOrAlt(OpInst) && "Unexpected main/alternate opcode"); in vectorizeTree()