Searched refs:getMainOp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3076 Instruction *getMainOp() const { in getMainOp() function 5052 (isa<LoadInst, ExtractElementInst, ExtractValueInst>(TE.getMainOp()) || in getReorderingData() 5053 (TopToBottom && isa<StoreInst, InsertElementInst>(TE.getMainOp()))) && in getReorderingData() 5118 bool Reuse = canReuseExtract(TE.Scalars, TE.getMainOp(), CurrentOrder, in getReorderingData() 5466 InsertElementInst>(TE->getMainOp()) && in reorderTopToBottom() 5471 if (isa<InsertElementInst, StoreInst>(TE->getMainOp())) in reorderTopToBottom() 5806 Data.first->getMainOp()) || in reorderBottomToTop() 5809 if (!isa<InsertElementInst, StoreInst>(Data.first->getMainOp()) || in reorderBottomToTop() 6890 sortPtrAccesses(VL, UserTreeIdx.UserTE->getMainOp()->getType(), *DL, *SE, in buildTree_rec() 8158 Type *ScalarTy = E.getMainOp() in transformNodes() [all...] |