Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3854 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps() function in __anondf5662880e11::AggLoadStoreRewriter::OpSplitter
3869 emitSplitOps(ATy->getElementType(), Agg, Name + "." + Twine(Idx)); in emitSplitOps()
3884 emitSplitOps(STy->getElementType(Idx), Agg, Name + "." + Twine(Idx)); in emitSplitOps()
3966 Splitter.emitSplitOps(LI.getType(), V, LI.getName() + ".fca"); in visitLoadInst()
4039 Splitter.emitSplitOps(V->getType(), V, V->getName() + ".fca"); in visitStoreInst()