Home
last modified time | relevance | path

Searched refs:getMatchingMainOpOrAltOp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1182 Instruction *getMatchingMainOpOrAltOp(Instruction *I) const { in getMatchingMainOpOrAltOp() function in __anon07b2d7740811::InstructionsState
1247 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::TreeEntry
3870 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 …]