HomeSort by relevance Sort by last modified time
    Searched refs:RoundUpAlignment (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 240 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
299 /// RoundUpAlignment - Round the specified value up to the next alignment
304 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) {
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 57 StructSize = TargetData::RoundUpAlignment(StructSize, TyAlign);
72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 99 TargetData::RoundUpAlignment(sizeof(GVMemoryBlock),
    [all...]

Completed in 348 milliseconds