Home
last modified time | relevance | path

Searched defs:Granularity (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp40 static uint64_t VarAndRedzoneSize(uint64_t Size, uint64_t Granularity, in VarAndRedzoneSize()
54 uint64_t Granularity, uint64_t MinHeaderSize) { in ComputeASanStackFrameLayout()
120 const uint64_t Granularity = Layout.Granularity; in GetShadowBytes() local
137 const uint64_t Granularity = Layout.Granularity; in GetShadowBytesAfterScope() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h45 uint64_t Granularity; // Shadow granularity. member
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslresource.c323 UINT64 Granularity, in RsLargeAddressCheck() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/include/
H A Damlresrc.h450 UINT64 Granularity; member
466 UINT64 Granularity; member
479 UINT32 Granularity; member
492 UINT16 Granularity; member
H A Dacrestyp.h471 UINT16 Granularity; member
481 UINT32 Granularity; member
491 UINT64 Granularity; member
H A Dactbl1.h795 UINT32 Granularity; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1513 doInstrumentAddress(AddressSanitizer * Pass,Instruction * I,Instruction * InsertBefore,Value * Addr,MaybeAlign Alignment,unsigned Granularity,TypeSize TypeStoreSize,bool IsWrite,Value * SizeArgument,bool UseCalls,uint32_t Exp) doInstrumentAddress() argument
1541 instrumentMaskedLoadOrStore(AddressSanitizer * Pass,const DataLayout & DL,Type * IntptrTy,Value * Mask,Value * EVL,Value * Stride,Instruction * I,Value * Addr,MaybeAlign Alignment,unsigned Granularity,Type * OpType,bool IsWrite,Value * SizeArgument,bool UseCalls,uint32_t Exp) instrumentMaskedLoadOrStore() argument
1646 unsigned Granularity = 1 << Mapping.Scale; instrumentMop() local
1690 size_t Granularity = static_cast<size_t>(1) << Mapping.Scale; createSlowPathCmp() local
1799 size_t Granularity = 1ULL << Mapping.Scale; instrumentAddress() local
3343 uint64_t Granularity = 1ULL << Mapping.Scale; processStaticAllocas() local
[all...]
H A DMemProfiler.cpp161 int Granularity; global() member