Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLowerMemIntrinsics.h32 bool SrcIsVolatile, bool DstIsVolatile,
40 bool SrcIsVolatile, bool DstIsVolatile,
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DLowerMemIntrinsics.h33 bool SrcIsVolatile, bool DstIsVolatile,
41 bool SrcIsVolatile, bool DstIsVolatile,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp28 bool SrcIsVolatile, bool DstIsVolatile, in createMemCpyLoopKnownSize() argument
78 LoopBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopKnownSize()
126 RBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopKnownSize()
139 bool DstIsVolatile, in createMemCpyLoopUnknownSize() argument
186 LoopBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopUnknownSize()
240 ResBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopUnknownSize()
290 bool SrcIsVolatile, bool DstIsVolatile) { in createMemMoveLoop() argument
/external/llvm-project/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp20 bool SrcIsVolatile, bool DstIsVolatile, in createMemCpyLoopKnownSize() argument
75 LoopBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, DstIsVolatile); in createMemCpyLoopKnownSize()
124 RBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, DstIsVolatile); in createMemCpyLoopKnownSize()
137 bool DstIsVolatile, in createMemCpyLoopUnknownSize() argument
189 LoopBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, DstIsVolatile); in createMemCpyLoopUnknownSize()
244 ResBuilder.CreateAlignedStore(Load, DstGEP, PartDstAlign, DstIsVolatile); in createMemCpyLoopUnknownSize()
294 bool DstIsVolatile) { in createMemMoveLoop() argument
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp62 bool DstIsVolatile, LLVMContext &Context, in convertMemCpyToLoop() argument
98 DstIsVolatile); in convertMemCpyToLoop()
133 bool DstIsVolatile, LLVMContext &Context, in convertMemMoveToLoop() argument
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1302 bool DstIsVolatile, in CreateCoercedStore() argument
1307 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
1324 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
1333 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
1344 CGF.EmitAggregateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
/external/clang/lib/CodeGen/
DCGCall.cpp1218 bool DstIsVolatile, in CreateCoercedStore() argument
1223 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
1239 CGF.Builder.CreateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
1248 BuildAggStore(CGF, Src, Dst, DstIsVolatile); in CreateCoercedStore()