Home
last modified time | relevance | path

Searched refs:MinAlignment (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSection.h144 void ensureMinAlignment(Align MinAlignment) {
145 if (Alignment < MinAlignment)
146 Alignment = MinAlignment;
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h307 uptr Alignment = MinAlignment,
317 if (Alignment < MinAlignment)
318 Alignment = MinAlignment;
345 roundUpTo(Size, MinAlignment) +
346 ((Alignment > MinAlignment) ? Alignment : Chunk::getHeaderSize());
535 UNUSED uptr Alignment = MinAlignment) {
561 if (UNLIKELY(!isAligned(reinterpret_cast<uptr>(Ptr), MinAlignment)))
593 void *reallocate(void *OldPtr, uptr NewSize, uptr Alignment = MinAlignment) {
625 if (UNLIKELY(!isAligned(reinterpret_cast<uptr>(OldPtr), MinAlignment)))
872 if (!Ptr || !isAligned(reinterpret_cast<uptr>(Ptr), MinAlignment)) in isOwned()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp38 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in isPrimaryAllocation() local
39 if (Alignment < MinAlignment) in isPrimaryAllocation()
40 Alignment = MinAlignment; in isPrimaryAllocation()
42 scudo::roundUpTo(Size, MinAlignment) + in isPrimaryAllocation()
43 ((Alignment > MinAlignment) ? Alignment : scudo::Chunk::getHeaderSize()); in isPrimaryAllocation()
50 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in checkMemoryTaggingMaybe() local
51 Size = scudo::roundUpTo(Size, MinAlignment); in checkMemoryTaggingMaybe()
61 : Alignment == MinAlignment) { in checkMemoryTaggingMaybe()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td417 int MinAlignment = Bytes;
H A DSIInstrInfo.td478 int MinAlignment = 8;
484 int MinAlignment = 16;
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td864 int MinAlignment = ?;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7166 let MinAlignment = 2 in {