Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h94 UNUSED bool *Zeroed) { in retrieve() argument
274 LargeBlock::Header **H, bool *Zeroed) EXCLUDES(Mutex) { in retrieve() argument
335 *Zeroed = Entry.Time == 0; in retrieve()
340 if (*Zeroed) { in retrieve()
575 bool Zeroed; in allocate() local
577 &Zeroed)) { in allocate()
586 if (FillContents && !Zeroed) in allocate()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp2258 bool Zeroed = false; in EmitAtomicInit() local
2260 Zeroed = atomics.emitMemSetZeroIfNecessary(); in EmitAtomicInit()
2269 Zeroed ? AggValueSlot::IsZeroed : AggValueSlot::IsNotZeroed); in EmitAtomicInit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h53 Zeroed = 1 << 4, // Allocator function returns zeroed memory enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp454 if ((AK & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getInitialValueOfAllocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp625 Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Zeroed); in inferNonMandatoryLibFuncAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp507 if ((Kind & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2219 ((K & (AllocFnKind::Uninitialized | AllocFnKind::Zeroed | in verifyFunctionAttrs()
2223 AllocFnKind ZeroedUninit = AllocFnKind::Uninitialized | AllocFnKind::Zeroed; in verifyFunctionAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2358 Kind |= AllocFnKind::Zeroed; in parseAllocKind()