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.h229 ZeroFill = 1, enumerator
H A Dcombined.h161 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 Dwrappers_c.inc358 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
H A Dsecondary.h613 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h499 unsigned BitBytes, bool ZeroFill,
H A DHexagonISelLoweringHVX.cpp994 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