Searched refs:ZeroFill (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 229 ZeroFill = 1, enumerator
|
H A D | combined.h | 161 Primary.Options.setFillContentsMode(ZeroFill); in init() 360 const FillContentsMode FillContents = ZeroContents ? ZeroFill 560 FillContents == ZeroFill ? 0 : PatternFillByte, 1078 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte, in initChunk()
|
H A D | wrappers_c.inc | 358 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
|
H A D | secondary.h | 613 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 499 unsigned BitBytes, bool ZeroFill,
|
H A D | HexagonISelLoweringHVX.cpp | 994 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const { in createHvxPrefixPred() 1020 if (!ZeroFill) in createHvxPrefixPred() 1067 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred() 995 createHvxPrefixPred(SDValue PredV,const SDLoc & dl,unsigned BitBytes,bool ZeroFill,SelectionDAG & DAG) const createHvxPrefixPred() argument
|