Home
last modified time | relevance | path

Searched refs:allowOverlap (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/util/
H A Darray.d30 const T[] a1, const T[] a2, const bool allowOverlap = false) in enforceTypedArraysConformable()
33 if (!allowOverlap) in enforceTypedArraysConformable()
38 const void[] a1, const void[] a2, const bool allowOverlap = false)
41 if (!allowOverlap)
80 const T[] a1, const T[] a2, const bool allowOverlap = false) in enforceTypedArraysConformableNogc()
83 if (!allowOverlap) in enforceTypedArraysConformableNogc()
88 const void[] a1, const void[] a2, const bool allowOverlap = false)
91 if (!allowOverlap)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Darray.d19 const T[] a1, const T[] a2, in bool allowOverlap = false) in enforceTypedArraysConformable()
22 if (!allowOverlap) in enforceTypedArraysConformable()
27 const void[] a1, const void[] a2, in bool allowOverlap = false)
30 if (!allowOverlap)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dconstruction.d58 const void[] a1, const void[] a2, in bool allowOverlap = false) @nogc pure nothrow; in enforceRawArraysConformable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h163 bool allowOverlap() const { return AllowOverlap; } in allowOverlap() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1158 if (NumMemOps && Op.allowOverlap() && NewTySize < Size && in findGISelOptimalMemOpLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp268 if (NumMemOps && Op.allowOverlap() && NewVTSize < Size && in findOptimalMemOpLowering()