Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDLayoutOverrideSource.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()
/NextBSD/contrib/llvm/lib/ExecutionEngine/
HDSectionMemoryManager.cpp22 unsigned Alignment, in allocateDataSection()
32 unsigned Alignment, in allocateCodeSection()
40 unsigned Alignment) { in allocateSection()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDASanStackFrameLayout.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
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGValue.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
HDCGExpr.cpp161 CharUnits Alignment = getContext().getTypeAlignInChars(E->getType()); in EmitAnyExprToMem() local
361 CharUnits Alignment = getContext().getTypeAlignInChars(E->getType()); in EmitMaterializeTemporaryExpr() local
491 CharUnits Alignment, bool SkipNullCheck) { in EmitTypeCheck()
1121 unsigned Alignment, QualType Ty, in EmitLoadOfScalar()
1245 bool Volatile, unsigned Alignment, in EmitStoreOfScalar()
1838 llvm::Type *RealVarTy, CharUnits Alignment, SourceLocation Loc) { in EmitThreadPrivateVarDeclLValue()
1856 CharUnits Alignment = CGF.getContext().getDeclAlign(VD); in EmitGlobalVarDeclLValue() local
1890 CharUnits Alignment = CGF.getContext().getDeclAlign(FD); in EmitFunctionDeclLValue() local
1909 CharUnits Alignment) { in EmitGlobalNamedRegister()
1930 CharUnits Alignment = getContext().getDeclAlign(ND); in EmitDeclRefLValue() local
[all …]
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMConstantPoolValue.cpp64 unsigned Alignment) { in getExistingMachineCPValue()
165 unsigned Alignment) { in getExistingMachineCPValue()
204 unsigned Alignment) { in getExistingMachineCPValue()
244 unsigned Alignment) { in getExistingMachineCPValue()
HDARMTargetTransformInfo.cpp469 unsigned Alignment, in getMemoryOpCost()
485 unsigned Alignment, in getInterleavedMemoryOpCost()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
/NextBSD/contrib/llvm/tools/lli/
HDRemoteMemoryManager.cpp33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
48 allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
HDRemoteTargetExternal.cpp31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace()
119 bool RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) { in SendAllocateSpace()
HDRemoteTarget.cpp31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace()
HDRemoteMemoryManager.h37 unsigned Alignment; member
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaAttr.cpp34 unsigned Alignment; member
44 unsigned Alignment; member in __anon1ddbda290111::PragmaPackStack
123 if (unsigned Alignment = Stack->getAlignment()) { in AddAlignmentAttributesForRecord() local
193 Expr *Alignment = static_cast<Expr *>(alignment); in ActOnPragmaPack() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp510 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, in CreateStackObject()
526 unsigned Alignment) { in CreateSpillStackObject()
538 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject()
898 unsigned Alignment) { in getConstantPoolIndex()
918 unsigned Alignment) { in getConstantPoolIndex()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.cpp45 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangExternalASTSourceCallbacks.cpp146 const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDASanStackFrameLayout.h33 size_t Alignment; // Alignment of the variable (power of 2). member
/NextBSD/contrib/llvm/include/llvm/Support/
HDAllocator.h46 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
208 Allocate(size_t Size, size_t Alignment) { in Allocate()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h86 unsigned Alignment; variable
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp244 uint64_t Alignment) { in computeAllocationSizeForSections()
336 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize() local
420 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize() local
535 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection() local
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.cpp381 unsigned Alignment, in getMemoryOpCost()
412 unsigned Alignment, unsigned AddressSpace) { in getInterleavedMemoryOpCost()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypesGeneric.cpp160 unsigned Alignment = DAG.getDataLayout().getPrefTypeAlignment( in ExpandRes_BITCAST() local
259 unsigned Alignment = LD->getAlignment(); in ExpandRes_NormalLoad() local
474 unsigned Alignment = St->getAlignment(); in ExpandOp_NormalStore() local
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h288 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
293 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost()
301 unsigned Alignment, in getInterleavedMemoryOpCost()
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetTransformInfo.cpp228 unsigned Alignment, in getMemoryOpCost()
235 unsigned Alignment, in getMaskedMemoryOpCost()
242 unsigned Alignment, unsigned AddressSpace) const { in getInterleavedMemoryOpCost()
/NextBSD/contrib/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h38 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
48 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()

123456