Home
last modified time | relevance | path

Searched refs:ZeroFill (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h207 ZeroFill = 1, enumerator
H A Dcombined.h158 Primary.Options.setFillContentsMode(ZeroFill); in init()
334 const FillContentsMode FillContents = ZeroContents ? ZeroFill
495 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
H A Dwrappers_c.inc269 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
H A Dsecondary.h524 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp215 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 DHexagonISelLowering.h496 unsigned BitBytes, bool ZeroFill,
H A DHexagonISelLoweringHVX.cpp994 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()