Searched defs:Alignment (Results 1 - 25 of 100) sorted by relevance

1234

/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h29 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp145 layoutRecordType(const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &BaseOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &VirtualBaseOffsets) argument
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A DRemoteTarget.cpp23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVarargsCallingConvention.h77 unsigned Alignment = local
132 unsigned Alignment = local
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp95 unsigned long long Alignment = 0; local
118 unsigned long long Alignment = 0; local
156 layoutRecordType(const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h151 void emitAlignment(unsigned Alignment) { argument
160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { argument
256 allocateSpace(uintptr_t Size, unsigned Alignment) argument
[all...]
H A DMachineConstantPool.h85 unsigned Alignment; member in class:llvm::MachineConstantPoolEntry
H A DMachineCodeEmitter.h163 void emitAlignment(unsigned Alignment) { argument
258 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { argument
H A DMachineFunction.h125 unsigned Alignment; member in class:llvm::MachineFunction
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h148 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { argument
152 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { argument
139 allocateStub(const GlobalValue *F, unsigned StubSize, unsigned Alignment) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DAlignOf.h39 enum { Alignment = enumerator in enum:llvm::AlignOf::__anon1970
[all...]
H A DAllocator.h169 T *Allocate(size_t Num, size_t Alignment) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetJITInfo.h56 size_t Alignment; member in struct:llvm::TargetJITInfo::StubLayout
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp32 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, bool IsReadOnly) argument
41 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) argument
47 allocateSection(MemoryGroup &MemGroup, uintptr_t Size, unsigned Alignment) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAllocator.cpp36 char *BumpPtrAllocator::AlignPtr(char *Ptr, size_t Alignment) { argument
91 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp222 unsigned PPCTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h70 operator delete(void *Ptr, ASTContext &C, size_t Alignment) argument
H A DRecordLayout.h67 CharUnits Alignment; member in class:clang::ASTRecordLayout
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h383 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) { argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp381 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) const argument
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp63 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
164 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
217 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
272 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp445 const unsigned Alignment = 8; local
H A DX86TargetTransformInfo.cpp514 unsigned X86TTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGlobalMerge.cpp255 unsigned Alignment = TD->getPreferredAlignment(I); local

Completed in 233 milliseconds

1234