Home
last modified time | relevance | path

Searched refs:MEMCPY (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm-project/llvm/test/Transforms/LoopIdiom/
Ddisable-options.ll4 …t -basic-aa -loop-idiom -disable-loop-idiom-memcpy < %s -S | FileCheck %s --check-prefix=DIS-MEMCPY
9 …" -aa-pipeline=basic-aa -disable-loop-idiom-memcpy < %s -S | FileCheck %s --check-prefix=DIS-MEMCPY
48 ; DIS-MEMCPY-LABEL: @test-memcpy(
49 ; DIS-MEMCPY-NEXT: bb.nph:
50 ; DIS-MEMCPY-NEXT: [[BASE:%.*]] = alloca i8, i32 10000, align 1
51 ; DIS-MEMCPY-NEXT: [[DEST:%.*]] = alloca i8, i32 10000, align 1
52 ; DIS-MEMCPY-NEXT: br label [[FOR_BODY:%.*]]
53 ; DIS-MEMCPY: for.body:
54 ; DIS-MEMCPY-NEXT: [[INDVAR:%.*]] = phi i64 [ 0, [[BB_NPH:%.*]] ], [ [[INDVAR_NEXT:%.*]], [[FOR_…
55 ; DIS-MEMCPY-NEXT: [[I_0_014:%.*]] = getelementptr i8, i8* [[BASE]], i64 [[INDVAR]]
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp45 case RTLIB::MEMCPY: in EmitSpecializedLibcall()
142 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
146 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
185 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp46 case RTLIB::MEMCPY: in EmitSpecializedLibcall()
143 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
147 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
186 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp45 case RTLIB::MEMCPY: in EmitSpecializedLibcall()
142 Alignment.value(), RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
146 Alignment.value(), RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
185 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/test/Analysis/BasicAA/
Dphi-values-usage.ll1 …ombine -disable-output < %s -enable-new-pm=0 2>&1 | FileCheck %s -check-prefixes=CHECK,CHECK-MEMCPY
11 ; CHECK-MEMCPY: Executing Pass 'MemCpy Optimization'
12 ; CHECK-MEMCPY-DAG: Freeing Pass 'MemCpy Optimization'
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-undefined-memory-manipulation.cpp132 #define MEMCPY memcpy(&d, &p, sizeof(int)); in notTriviallyCopyable() macro
133 MEMCPY in notTriviallyCopyable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp37 Dst = DAG.getNode(BPFISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
DBPFISelLowering.h31 MEMCPY enumerator
/external/llvm-project/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp37 Dst = DAG.getNode(BPFISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
DBPFISelLowering.h31 MEMCPY enumerator
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp38 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cpp209 MEMCPY, enumerator
336 case Event::MEMCPY: in HandleEvent()
487 Event event(Event::MEMCPY, dst, (uptr)src, size); in Memcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp51 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc253 MEMCPY, enumerator
361 case Event::MEMCPY: in HandleEvent()
511 Event event(Event::MEMCPY, dst, (uptr)src, size); in Memcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp159 bool CallReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) || in optimizeCall()
DWebAssemblyPeephole.cpp157 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) || in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp159 bool CallReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) || in optimizeCall()
DWebAssemblyPeephole.cpp162 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) || in runOnMachineFunction()
/external/mesa3d/docs/relnotes/
D7.1.rst51 - Remove the MEMCPY() and \_mesa_memcpy() wrappers and just use
D7.2.rst59 - Remove the MEMCPY() and \_mesa_memcpy() wrappers and just use
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPeephole.cpp146 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) || in runOnMachineFunction()

123