Home
last modified time | relevance | path

Searched refs:Zeroed (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h94 UNUSED bool *Zeroed) { in retrieve() argument
299 LargeBlock::Header **H, bool *Zeroed) EXCLUDES(Mutex) { in retrieve() argument
360 *Zeroed = Entry.Time == 0; in retrieve()
365 if (*Zeroed) { in retrieve()
601 bool Zeroed; in allocate() local
603 &Zeroed)) { in allocate()
612 if (FillContents && !Zeroed) in allocate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp2063 bool Zeroed = false; in EmitAtomicInit() local
2065 Zeroed = atomics.emitMemSetZeroIfNecessary(); in EmitAtomicInit()
2074 Zeroed ? AggValueSlot::IsZeroed : AggValueSlot::IsNotZeroed); in EmitAtomicInit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h55 Zeroed = 1 << 4, // Allocator function returns zeroed memory enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp454 if ((AK & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getInitialValueOfAllocation()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp598 if ((Kind & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2305 ((K & (AllocFnKind::Uninitialized | AllocFnKind::Zeroed | in verifyFunctionAttrs()
2309 AllocFnKind ZeroedUninit = AllocFnKind::Uninitialized | AllocFnKind::Zeroed; in verifyFunctionAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp625 Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Zeroed); in inferNonMandatoryLibFuncAttrs()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2470 Kind |= AllocFnKind::Zeroed; in parseAllocKind()