Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/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/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/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h163 bool allowOverlap() const { return AllowOverlap; } in allowOverlap() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1158 if (NumMemOps && Op.allowOverlap() && NewTySize < Size && in findGISelOptimalMemOpLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp268 if (NumMemOps && Op.allowOverlap() && NewVTSize < Size && in findOptimalMemOpLowering()