Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h225 ZeroFill = 1, enumerator
H A Dcombined.h154 Primary.Options.setFillContentsMode(ZeroFill); in init()
338 const FillContentsMode FillContents = ZeroContents ? ZeroFill
488 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
H A Dwrappers_c.inc355 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
H A Dsecondary.h587 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/freebsd-14.2/contrib/llvm-project/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()