Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h204 ZeroFill = 1, enumerator
H A Dcombined.h154 Primary.Options.setFillContentsMode(ZeroFill); in init()
316 const FillContentsMode FillContents = ZeroContents ? ZeroFill
464 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
H A Dwrappers_c.inc252 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
H A Dsecondary.h510 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h437 unsigned BitBytes, bool ZeroFill,
H A DHexagonISelLoweringHVX.cpp642 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const { in createHvxPrefixPred() argument
668 if (!ZeroFill) in createHvxPrefixPred()
722 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred()