/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | LowerMemIntrinsics.h | 32 bool SrcIsVolatile, bool DstIsVolatile, 40 bool SrcIsVolatile, bool DstIsVolatile,
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | LowerMemIntrinsics.h | 33 bool SrcIsVolatile, bool DstIsVolatile, 41 bool SrcIsVolatile, bool DstIsVolatile,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 28 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/ |
D | LowerMemIntrinsics.cpp | 20 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/ |
D | NVPTXLowerAggrCopies.cpp | 62 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/ |
D | CGCall.cpp | 1302 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/ |
D | CGCall.cpp | 1218 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()
|