Home
last modified time | relevance | path

Searched defs:PaddedSize (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp130 size_t PaddedSize = 5; in encodeInstruction() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp109 size_t PaddedSize = Size + sizeof(MemSlab) + Alignment - 1; in Allocate() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h235 size_t PaddedSize = Size + Alignment - 1; in Allocate() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAllocator.h243 size_t PaddedSize = SizeToAllocate + Alignment - 1; in Allocate() local
/external/llvm/include/llvm/Support/
DAllocator.h232 size_t PaddedSize = Size + Alignment - 1; in Allocate() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp733 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() local
990 unsigned PaddedSize = alignTo(FC->ChecksumSize + sizeof(FileChecksum), 4) - in printCodeViewFileChecksums() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp942 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables() local
DELFDumper.cpp3711 uint64_t PaddedSize = alignTo(DataSize, sizeof(typename ELFT::uint)); in printGNUNote() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp5953 CharUnits PaddedSize = CharUnits::fromQuantity(8); in EmitVAArg() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3139 unsigned PaddedSize = Size + ((RequiredPadding == 4) ? 0 : RequiredPadding); in promoteToConstantPool() local