Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp38 TypeSize getTypeAllocSizeInBytes(Type *Ty);
53 TypeSize LegacyCBufferLayout::getTypeAllocSizeInBytes(Type *Ty) { in getTypeAllocSizeInBytes() function in llvm::dxil::LegacyCBufferLayout
121 llvm::TypeSize CBufferDataLayout::getTypeAllocSizeInBytes(Type *Ty) { in getTypeAllocSizeInBytes() function in llvm::dxil::CBufferDataLayout
123 return LegacyDL->getTypeAllocSizeInBytes(Ty); in getTypeAllocSizeInBytes()
H A DCBufferDataLayout.h37 llvm::TypeSize getTypeAllocSizeInBytes(Type *Ty);
H A DDXILResource.cpp253 CBufferSizeInBytes = DL.getTypeAllocSizeInBytes(GV->getValueType()); in setSize()