Searched refs:ZeroFill (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | common.h | 207 ZeroFill = 1, enumerator
|
| H A D | combined.h | 158 Primary.Options.setFillContentsMode(ZeroFill); in init() 334 const FillContentsMode FillContents = ZeroContents ? ZeroFill 495 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
|
| H A D | wrappers_c.inc | 269 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
|
| H A D | secondary.h | 524 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | combined_test.cpp | 215 SCUDO_TYPED_TEST(ScudoCombinedTest, ZeroFill) { in SCUDO_TYPED_TEST() argument 219 Allocator->setFillContents(scudo::ZeroFill); in SCUDO_TYPED_TEST()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 496 unsigned BitBytes, bool ZeroFill,
|
| H A D | HexagonISelLoweringHVX.cpp | 994 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const { in createHvxPrefixPred() argument 1020 if (!ZeroFill) in createHvxPrefixPred() 1067 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred()
|