Searched refs:getMatchingMainOpOrAltOp (Results 1 – 1 of 1) sorted by relevance
1182 Instruction *getMatchingMainOpOrAltOp(Instruction *I) const { in getMatchingMainOpOrAltOp() function in __anon07b2d7740811::InstructionsState1247 Instruction *SelectedOp = S.getMatchingMainOpOrAltOp(I); in convertTo()1505 S.getMatchingMainOpOrAltOp(cast<Instruction>(V)); in getSameOpcode()3869 Instruction *getMatchingMainOpOrAltOp(Instruction *I) const { in getMatchingMainOpOrAltOp() function in llvm::slpvectorizer::BoUpSLP::TreeEntry3870 return S.getMatchingMainOpOrAltOp(I); in getMatchingMainOpOrAltOp()3878 if (I && getMatchingMainOpOrAltOp(I)) in isOneOf()6754 assert(TE.getMatchingMainOpOrAltOp(I) && in getReorderingData()10893 return InstructionsState(MainOp, AltOp).getMatchingMainOpOrAltOp(I) == MainOp; in isMainInstruction()10917 return InstructionsState(MainOp, AltOp).getMatchingMainOpOrAltOp(I) == AltOp; in isAlternateInstruction()13756 assert(E->getMatchingMainOpOrAltOp(VI) && in getEntryCost()[all …]