Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp144 size_t PaddedSize = 5; in encodeInstruction() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h235 size_t PaddedSize = Size + Alignment - 1; in Allocate() local
/external/llvm/include/llvm/Support/
DAllocator.h232 size_t PaddedSize = Size + Alignment - 1; in Allocate() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h242 size_t PaddedSize = SizeToAllocate + Alignment.value() - 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/clang/lib/CodeGen/
DTargetInfo.cpp5953 CharUnits PaddedSize = CharUnits::fromQuantity(8); in EmitVAArg() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3402 unsigned PaddedSize = Size + ((RequiredPadding == 4) ? 0 : RequiredPadding); in promoteToConstantPool() local