Home
last modified time | relevance | path

Searched refs:AllocSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.h649 size_t AllocSize) in RSExportRecordType() argument
654 mAllocSize(AllocSize) { in RSExportRecordType()
Dslang_rs_reflection_cpp.cpp754 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
756 if (AllocSize > 0) { in genCreateFieldPacker()
758 << AllocSize << ");\n"; in genCreateFieldPacker()
Dslang_rs_reflection.cpp2137 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
2138 slangAssert(!AllocSize32.first || ((AllocSize == 0) == (AllocSize32.second == 0))); in genCreateFieldPacker()
2139 if (AllocSize > 0) { in genCreateFieldPacker()
2142 genConditionalVal("", false, AllocSize, AllocSize32); in genCreateFieldPacker()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3101 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local
3102 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
3104 AllocSize, Size, nullptr); in ParseFunctionBody()