Searched defs:StoreOpSplitter (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3737 struct StoreOpSplitter : public OpSplitter<StoreOpSplitter> { struct in __anon54bbb7c80c11::AggLoadStoreRewriter 3738 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in StoreOpSplitter() function 3744 AAMDNodes AATags; 3745 StoreInst *AggStore; 3748 void emitFunc(Type *Ty, Value *&Agg, Align Alignment, const Twine &Name) { in emitFunc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3390 struct StoreOpSplitter : public OpSplitter<StoreOpSplitter> { struct in __anonc8fdb3420b11::AggLoadStoreRewriter 3391 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in StoreOpSplitter() function 3396 AAMDNodes AATags; 3399 void emitFunc(Type *Ty, Value *&Agg, Align Alignment, const Twine &Name) { in emitFunc()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3101 struct StoreOpSplitter : public OpSplitter<StoreOpSplitter> { struct in __anonc542c7200b11::AggLoadStoreRewriter 3102 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr) in StoreOpSplitter() function 3107 void emitFunc(Type *Ty, Value *&Agg, const Twine &Name) { in emitFunc()
|