Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLowerMemIntrinsics.h33 bool SrcIsVolatile, bool DstIsVolatile,
41 bool SrcIsVolatile, bool DstIsVolatile,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp29 bool SrcIsVolatile, bool DstIsVolatile, in createMemCpyLoopKnownSize() argument
79 LoopBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopKnownSize()
127 RBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopKnownSize()
140 bool DstIsVolatile, in createMemCpyLoopUnknownSize() argument
187 LoopBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopUnknownSize()
241 ResBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopUnknownSize()
291 bool SrcIsVolatile, 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/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()