Searched refs:ZeroFill (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | common.h | 204 ZeroFill = 1, enumerator
|
| H A D | combined.h | 154 Primary.Options.setFillContentsMode(ZeroFill); in init() 316 const FillContentsMode FillContents = ZeroContents ? ZeroFill 464 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
|
| H A D | wrappers_c.inc | 252 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
|
| H A D | secondary.h | 510 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 437 unsigned BitBytes, bool ZeroFill,
|
| H A D | HexagonISelLoweringHVX.cpp | 642 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()
|