| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_errors.cpp | 31 void NORETURN reportAllocationAlignmentTooBig(uptr Alignment, in reportAllocationAlignmentTooBig() 37 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment) { in reportAllocationAlignmentNotPowerOfTwo() 42 void NORETURN reportInvalidPosixMemalignAlignment(uptr Alignment) { in reportInvalidPosixMemalignAlignment() 48 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment) { in reportInvalidAlignedAllocAlignment()
|
| H A D | scudo_allocator_combined.h | 40 void *allocateSecondary(uptr Size, uptr Alignment) { in allocateSecondary()
|
| H A D | scudo_allocator.cpp | 641 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type) { in scudoAllocate() 651 void scudoDeallocate(void *Ptr, uptr Size, uptr Alignment, AllocType Type) { in scudoDeallocate() 687 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size) { in scudoPosixMemalign() 700 void *scudoAlignedAlloc(uptr Alignment, uptr Size) { in scudoAlignedAlloc()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineFrameInfo.cpp | 50 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, in CreateStackObject() 65 unsigned Alignment) { in CreateSpillStackObject() 73 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject() 91 unsigned Alignment = MinAlign(SPOffset, ForcedRealign ? 1 : StackAlignment); in CreateFixedObject() local 103 unsigned Alignment = MinAlign(SPOffset, ForcedRealign ? 1 : StackAlignment); in CreateFixedSpillStackObject() local
|
| H A D | SafeStackLayout.cpp | 42 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject() 50 unsigned Alignment) { in AdjustStackOffset()
|
| H A D | ScalarizeMaskedMemIntrin.cpp | 129 Value *Alignment = CI->getArgOperand(1); in scalarizeMaskedLoad() local 256 Value *Alignment = CI->getArgOperand(2); in scalarizeMaskedStore() local 365 Value *Alignment = CI->getArgOperand(1); in scalarizeMaskedGather() local 475 Value *Alignment = CI->getArgOperand(2); in scalarizeMaskedScatter() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | LayoutOverrideSource.cpp | 95 unsigned long long Alignment = 0; in LayoutOverrideSource() local 118 unsigned long long Alignment = 0; in LayoutOverrideSource() local 157 uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 23 unsigned Alignment, in allocateDataSection() 35 unsigned Alignment, in allocateCodeSection() 44 unsigned Alignment) { in allocateSection()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 55 unsigned Alignment, in isLegalToVectorizeLoadChain() 60 unsigned Alignment, in isLegalToVectorizeStoreChain()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | FunctionExtras.h | 108 size_t Alignment; member 152 void setOutOfLineStorage(void *Ptr, size_t Size, size_t Alignment) { in setOutOfLineStorage() 243 auto Alignment = alignof(CallableT); in unique_function() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 273 unsigned Alignment, in isLegalToVectorizeMemChain() 286 unsigned Alignment, in isLegalToVectorizeLoadChain() 292 unsigned Alignment, in isLegalToVectorizeStoreChain() 664 unsigned Alignment, in isLegalToVectorizeMemChain() 673 unsigned Alignment, in isLegalToVectorizeLoadChain() 679 unsigned Alignment, in isLegalToVectorizeStoreChain()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/ |
| H A D | DefinedAtom.h | 204 struct Alignment { struct 205 Alignment(int v, int m = 0) : value(v), modulus(m) {} in value() argument 210 bool operator==(const Alignment &rhs) const { argument
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | ASanStackFrameLayout.cpp | 43 size_t Alignment) { in VarAndRedzoneSize() 76 size_t Alignment = std::max(Granularity, Vars[i].Alignment); in ComputeASanStackFrameLayout() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 76 unsigned Alignment) { in getExistingMachineCPValue() 192 unsigned Alignment) { in getExistingMachineCPValue() 240 unsigned Alignment) { in getExistingMachineCPValue() 280 unsigned Alignment) { in getExistingMachineCPValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsFrameLowering.h | 28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
|
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | RemoteJITUtils.h | 91 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() 97 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 154 unsigned Alignment, unsigned AddressSpace, const Instruction *I) { in getMemoryOpCost() 192 Type *Src, unsigned Alignment, unsigned AddressSpace) { in getMaskedMemoryOpCost() 202 Value *Ptr, bool VariableMask, unsigned Alignment) { in getGatherScatterOpCost() 209 unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond, in getInterleavedMemoryOpCost()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Thunks.h | 61 uint32_t Alignment = 4; variable
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | StringTableBuilder.h | 32 unsigned Alignment; variable
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | TrailingObjects.h | 71 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment enumerator 77 enum { Alignment = alignof(First) }; enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangExternalASTSourceCallbacks.cpp | 77 const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | ASanStackFrameLayout.h | 37 size_t Alignment; // Alignment of the variable (power of 2). member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | Address.h | 27 CharUnits Alignment; variable
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 2183 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() 2227 unsigned Alignment, in getMaskedMemoryOpCost() 2717 unsigned Alignment, unsigned AddressSpace) { in getGSVectorCost() 2788 bool VariableMask, unsigned Alignment, in getGSScalarCost() 2826 unsigned Alignment) { in getGatherScatterOpCost() 3003 unsigned Alignment, in getInterleavedMemoryOpCostAVX2() 3119 unsigned Alignment, in getInterleavedMemoryOpCostAVX512() 3244 unsigned Alignment, in getInterleavedMemoryOpCost()
|