Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h76 UNUSED LargeBlock::Header **H, UNUSED bool *Zeroed) { in retrieve() argument
230 LargeBlock::Header **H, bool *Zeroed) { in retrieve() argument
263 *Zeroed = Entry.Time == 0; in retrieve()
268 if (*Zeroed) in retrieve()
513 bool Zeroed; in allocate() local
514 if (Cache.retrieve(Options, Size, Alignment, &H, &Zeroed)) { in allocate()
523 if (FillContents && !Zeroed) in allocate()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGAtomic.cpp2160 bool Zeroed = false; in EmitAtomicInit() local
2162 Zeroed = atomics.emitMemSetZeroIfNecessary(); in EmitAtomicInit()
2171 Zeroed ? AggValueSlot::IsZeroed : AggValueSlot::IsNotZeroed); in EmitAtomicInit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h53 Zeroed = 1 << 4, // Allocator function returns zeroed memory enumerator
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp471 if ((AK & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getInitialValueOfAllocation()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll148 !120 = !DIEnumerator(name: "Zeroed", value: 1)
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp466 if ((Kind & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2098 ((K & (AllocFnKind::Uninitialized | AllocFnKind::Zeroed | in verifyFunctionAttrs()
2102 AllocFnKind ZeroedUninit = AllocFnKind::Uninitialized | AllocFnKind::Zeroed; in verifyFunctionAttrs()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp627 Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Zeroed); in inferNonMandatoryLibFuncAttrs()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2117 Kind |= AllocFnKind::Zeroed; in parseAllocKind()