Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2406 Instruction *getMainOp() const { in getMainOp() function
3894 InsertElementInst>(TE->getMainOp()) && in reorderTopToBottom()
3899 if (isa<InsertElementInst, StoreInst>(TE->getMainOp())) in reorderTopToBottom()
4199 Data.first->getMainOp()) || in reorderBottomToTop()
6053 auto *LI = cast<LoadInst>(E->getMainOp()); in getEntryCost()
6099 E->getMainOp()->getType()->isPointerTy())) && in getEntryCost()
6101 Instruction *VL0 = E->getMainOp(); in getEntryCost()
6575 Type *Src0SclTy = E->getMainOp()->getOperand(0)->getType(); in getEntryCost()
7445 auto *Front = E->getMainOp(); in setInsertPointAfterBundle()
7839 if (E->getMainOp()) in vectorizeTree()
[all …]