Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h251 ZeroFill = 1, enumerator
H A Dcombined.h166 Primary.Options.setFillContentsMode(ZeroFill); in init()
368 const FillContentsMode FillContents = ZeroContents ? ZeroFill
568 FillContents == ZeroFill ? 0 : PatternFillByte,
1089 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte, in initChunk()
H A Dwrappers_c.inc358 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
H A Dsecondary.h740 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in tryAllocateFromCache()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h516 unsigned BitBytes, bool ZeroFill,
H A DHexagonISelLoweringHVX.cpp1004 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const { in createHvxPrefixPred() argument
1030 if (!ZeroFill) in createHvxPrefixPred()
1077 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred()