/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
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
|
D | SafeStackLayout.cpp | 42 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject() 50 unsigned Alignment) { in AdjustStackOffset()
|
/external/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 71 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment enumerator 77 enum { Alignment = AlignOf<First>::Alignment }; enumerator
|
/external/clang/lib/Frontend/ |
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()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 23 unsigned Alignment, in allocateDataSection() 33 unsigned Alignment, in allocateCodeSection() 41 unsigned Alignment) { in allocateSection()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | JITCodeEmitter.h | 150 void emitAlignment(unsigned Alignment) { in emitAlignment() 159 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { in emitAlignmentWithFill() 256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace()
|
/external/llvm/lib/Transforms/Utils/ |
D | ASanStackFrameLayout.cpp | 39 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/llvm/lib/CodeGen/ |
D | SafeStackLayout.cpp | 36 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject() 43 unsigned Alignment) { in AdjustStackOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 23 unsigned Alignment, in allocateDataSection() 35 unsigned Alignment, in allocateCodeSection() 44 unsigned Alignment) { in allocateSection()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 270 unsigned Alignment) { in allocateStub() 278 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() 281 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() 331 unsigned Alignment, in allocateCodeSection() 339 unsigned Alignment, in allocateCodeSection() 345 unsigned Alignment, in allocateDataSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
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
|
/external/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.h | 28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 70 unsigned Alignment) { in getExistingMachineCPValue() 171 unsigned Alignment) { in getExistingMachineCPValue() 210 unsigned Alignment) { in getExistingMachineCPValue() 250 unsigned Alignment) { in getExistingMachineCPValue()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Allocator.cpp | 35 char *BumpPtrAllocator::AlignPtr(char *Ptr, size_t Alignment) { in AlignPtr() 89 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { in Allocate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 275 unsigned Alignment, in isLegalToVectorizeMemChain() 288 unsigned Alignment, in isLegalToVectorizeLoadChain() 294 unsigned Alignment, in isLegalToVectorizeStoreChain() 664 unsigned Alignment, in isLegalToVectorizeMemChain() 675 unsigned Alignment, in isLegalToVectorizeLoadChain() 681 unsigned Alignment, in isLegalToVectorizeStoreChain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ASanStackFrameLayout.cpp | 43 size_t Alignment) { in VarAndRedzoneSize() 76 size_t Alignment = std::max(Granularity, Vars[i].Alignment); in ComputeASanStackFrameLayout() local
|
/external/swiftshader/src/Reactor/ |
D | LLVMRoutineManager.cpp | 101 uint8_t *LLVMRoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace() 107 uint8_t *LLVMRoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment) in allocateGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.h | 28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) in MipsFrameLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 76 unsigned Alignment) { in getExistingMachineCPValue() 192 unsigned Alignment) { in getExistingMachineCPValue() 240 unsigned Alignment) { in getExistingMachineCPValue() 280 unsigned Alignment) { in getExistingMachineCPValue()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | buffer_unittest.cc | 18 TEST(FixedBufferTest, Alignment) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
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) { in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
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()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 64 unsigned Alignment) { in getExistingMachineCPValue() 166 unsigned Alignment) { in getExistingMachineCPValue() 231 unsigned Alignment) { in getExistingMachineCPValue() 287 unsigned Alignment) { in getExistingMachineCPValue()
|
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() 96 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
|
/external/llvm/docs/ |
D | BigEndianNEON.rst | 130 Alignment section in Considerations
|