Home
last modified time | relevance | path

Searched refs:RoundUpAlignment (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetData.h240 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty)); in getTypeAllocSize()
304 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) { in RoundUpAlignment() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp57 StructSize = TargetData::RoundUpAlignment(StructSize, TyAlign); in StructLayout()
72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment); in StructLayout()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp99 TargetData::RoundUpAlignment(sizeof(GVMemoryBlock), in Create()