Home
last modified time | relevance | path

Searched defs:Alignment (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp31 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 Dscudo_allocator_combined.h40 void *allocateSecondary(uptr Size, uptr Alignment) { in allocateSecondary()
H A Dscudo_allocator.cpp641 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 DMachineFrameInfo.cpp50 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 DSafeStackLayout.cpp42 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject()
50 unsigned Alignment) { in AdjustStackOffset()
H A DScalarizeMaskedMemIntrin.cpp129 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 DLayoutOverrideSource.cpp95 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 DSectionMemoryManager.cpp23 unsigned Alignment, in allocateDataSection()
35 unsigned Alignment, in allocateCodeSection()
44 unsigned Alignment) { in allocateSection()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h55 unsigned Alignment, in isLegalToVectorizeLoadChain()
60 unsigned Alignment, in isLegalToVectorizeStoreChain()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DFunctionExtras.h108 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 DAMDGPUTargetTransformInfo.cpp273 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 DDefinedAtom.h204 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 DASanStackFrameLayout.cpp43 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 DARMConstantPoolValue.cpp76 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 DMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h91 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 DHexagonTargetTransformInfo.cpp154 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 DThunks.h61 uint32_t Alignment = 4; variable
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DStringTableBuilder.h32 unsigned Alignment; variable
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTrailingObjects.h71 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment enumerator
77 enum { Alignment = alignof(First) }; enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp77 const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h37 size_t Alignment; // Alignment of the variable (power of 2). member
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DAddress.h27 CharUnits Alignment; variable
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2183 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()

12345678