Searched refs:allowOverlap (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/util/ |
| H A D | array.d | 30 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 D | array.d | 19 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 D | construction.d | 58 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 D | TargetLowering.h | 163 bool allowOverlap() const { return AllowOverlap; } in allowOverlap() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 1158 if (NumMemOps && Op.allowOverlap() && NewTySize < Size && in findGISelOptimalMemOpLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 268 if (NumMemOps && Op.allowOverlap() && NewVTSize < Size && in findOptimalMemOpLowering()
|