Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp217 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local
255 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
257 TypeVals.clear(); in WriteTypeTable()
287 TypeVals.push_back(AddressSpace); in WriteTypeTable()
295 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
306 TypeVals.push_back(ST->isPacked()); in WriteTypeTable()
310 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()
328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()
335 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in WriteTypeTable()
[all …]
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp188 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local
240 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
242 TypeVals.clear(); in WriteTypeTable()
272 TypeVals.push_back(AddressSpace); in WriteTypeTable()
280 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
291 TypeVals.push_back(ST->isPacked()); in WriteTypeTable()
295 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()
328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()
335 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in WriteTypeTable()
[all …]
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp188 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local
242 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
244 TypeVals.clear(); in WriteTypeTable()
275 TypeVals.push_back(AddressSpace); in WriteTypeTable()
283 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
293 TypeVals.push_back(ST->isPacked()); in WriteTypeTable()
297 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
321 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()
330 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()
337 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in WriteTypeTable()
[all …]