Home
last modified time | relevance | path

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

123456

/external/clang/lib/Frontend/
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()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp22 unsigned Alignment, in allocateDataSection()
32 unsigned Alignment, in allocateCodeSection()
40 unsigned Alignment) { in allocateSection()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp39 static size_t VarAndRedzoneSize(size_t Size, size_t Alignment) { in VarAndRedzoneSize()
76 size_t Alignment = std::max(Granularity, Vars[i].Alignment); in ComputeASanStackFrameLayout() local
/external/lldb/source/Expression/
DIRExecutionUnit.cpp441 unsigned Alignment) in allocateStub()
470 IRExecutionUnit::MemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace()
492 unsigned Alignment, in allocateCodeSection()
516 unsigned Alignment, in allocateDataSection()
540 unsigned Alignment) in allocateGlobal()
/external/clang/lib/CodeGen/
DCGValue.h138 int64_t Alignment; variable
310 QualType type, CharUnits Alignment) { in MakeVectorElt()
320 QualType type, CharUnits Alignment) { in MakeExtVectorElt()
337 QualType type, CharUnits Alignment) { in MakeBitfield()
348 CharUnits Alignment) { in MakeGlobalReg()
370 unsigned short Alignment; variable
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp64 unsigned Alignment) { in getExistingMachineCPValue()
165 unsigned Alignment) { in getExistingMachineCPValue()
204 unsigned Alignment) { in getExistingMachineCPValue()
244 unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
48 allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
DRemoteTargetExternal.cpp31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace()
119 bool RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) { in SendAllocateSpace()
DRemoteTarget.cpp31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace()
DRemoteMemoryManager.h37 unsigned Alignment; member
/external/clang/lib/Sema/
DSemaAttr.cpp34 unsigned Alignment; member
44 unsigned Alignment; member in __anon2ef2fa320111::PragmaPackStack
123 if (unsigned Alignment = Stack->getAlignment()) { in AddAlignmentAttributesForRecord() local
193 Expr *Alignment = static_cast<Expr *>(alignment); in ActOnPragmaPack() local
/external/llvm/docs/
DBigEndianNEON.rst130 Alignment section in Considerations
/external/clang/docs/
DControlFlowIntegrityDesign.rst201 Alignment section in Optimizations
/external/llvm/lib/CodeGen/
DMachineFunction.cpp509 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, in CreateStackObject()
527 unsigned Alignment) { in CreateSpillStackObject()
541 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject()
917 unsigned Alignment) { in getConstantPoolIndex()
938 unsigned Alignment) { in getConstantPoolIndex()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp45 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/clang/test/CodeGenCXX/
Dalloca-align.cpp5 unsigned Alignment; member
/external/lldb/source/Symbol/
DClangExternalASTSourceCallbacks.cpp147 uint64_t &Alignment, in layoutRecordType()
/external/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h33 size_t Alignment; // Alignment of the variable (power of 2). member
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp98 void useSpace(uintptr_t* UsedSize, uintptr_t Size, unsigned Alignment) { in useSpace()
104 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
112 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
/external/llvm/include/llvm/Support/
DAllocator.h46 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
207 Allocate(size_t Size, size_t Alignment) { in Allocate()
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h86 unsigned Alignment; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp259 uint64_t Alignment) { in computeAllocationSizeForSections()
351 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize() local
436 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize() local
553 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection() local
/external/eigen/Eigen/src/Core/
DStableNorm.h162 Alignment = (int(Flags)&DirectAccessBit) || (int(Flags)&AlignedBit) ? 1 : 0 in stableNorm() enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp158 unsigned Alignment = in ExpandRes_BITCAST() local
258 unsigned Alignment = LD->getAlignment(); in ExpandRes_NormalLoad() local
473 unsigned Alignment = St->getAlignment(); in ExpandOp_NormalStore() local

123456