Home
last modified time | relevance | path

Searched refs:CopyFromConstant (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5317 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice);
5318 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr;
5324 false, false, CopyFromConstant, true,
5370 if (CopyFromConstant &&
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5898 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
5899 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
5905 /*ZeroMemset=*/false, /*MemcpyStrSrc=*/CopyFromConstant, in getMemcpyLoadsAndStores()
5950 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5898 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
5899 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
5905 /*ZeroMemset=*/false, /*MemcpyStrSrc=*/CopyFromConstant, in getMemcpyLoadsAndStores()
5950 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5898 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
5899 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
5905 /*ZeroMemset=*/false, /*MemcpyStrSrc=*/CopyFromConstant, in getMemcpyLoadsAndStores()
5950 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5802 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
5803 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
5809 /*ZeroMemset=*/false, /*MemcpyStrSrc=*/CopyFromConstant, in getMemcpyLoadsAndStores()
5854 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5690 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
5691 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
5697 false, false, CopyFromConstant, true, in getMemcpyLoadsAndStores()
5743 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6042 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6043 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6049 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6094 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6137 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6138 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6145 MustPreserveCheriCapabilities, CopyFromConstant); in getMemcpyLoadsAndStores()
6228 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6424 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6425 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6431 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6480 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6086 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6087 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6093 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6138 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6042 bool CopyFromConstant = isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6043 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6049 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6094 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6424 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6425 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6431 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6480 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6424 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6425 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6431 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6480 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6086 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6087 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6093 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6138 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6424 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6425 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6431 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6480 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6424 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6425 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6431 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6480 if (CopyFromConstant && in getMemcpyLoadsAndStores()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6487 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() local
6488 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores()
6494 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6543 if (CopyFromConstant && in getMemcpyLoadsAndStores()