Searched refs:DstIsVolatile (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.h | 37 bool DstIsVolatile, bool CanOverlap, 46 bool SrcIsVolatile, bool DstIsVolatile,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 22 bool SrcIsVolatile, bool DstIsVolatile, in createMemCpyLoopKnownSize() argument 95 Load, DstGEP, PartDstAlign, DstIsVolatile); in createMemCpyLoopKnownSize() 160 DstIsVolatile); in createMemCpyLoopKnownSize() 180 bool DstIsVolatile, bool CanOverlap, in createMemCpyLoopUnknownSize() argument 248 LoopBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, DstIsVolatile); in createMemCpyLoopUnknownSize() 325 DstIsVolatile); in createMemCpyLoopUnknownSize() 382 bool DstIsVolatile) { in createMemMoveLoop() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1352 bool DstIsVolatile, in CreateCoercedStore() argument 1357 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore() 1374 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore() 1383 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore() 1394 CGF.EmitAggregateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
|