Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3268 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anon3a3523220a11::AggLoadStoreRewriter
3271 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, AAMDNodes AATags) in LoadOpSplitter() argument
3272 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr), AATags(AATags) {} in LoadOpSplitter()
3298 LoadOpSplitter Splitter(&LI, *U, AATags); in visitLoadInst()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3069 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anonadce12ea0b11::AggLoadStoreRewriter
3070 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr) in LoadOpSplitter() function
3071 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr) {} in LoadOpSplitter()
3093 LoadOpSplitter Splitter(&LI, *U); in visitLoadInst()