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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp217 SmallVector<uint64_t, 64> TypeVals; local
255 TypeVals.push_back(TypeList.size());
256 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
257 TypeVals.clear();
279 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
285 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
287 TypeVals.push_back(AddressSpace);
295 TypeVals.push_back(FT->isVarArg());
296 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
297 TypeVals
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp188 SmallVector<uint64_t, 64> TypeVals; local
240 TypeVals.push_back(TypeList.size());
241 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
242 TypeVals.clear();
264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
270 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
272 TypeVals.push_back(AddressSpace);
280 TypeVals.push_back(FT->isVarArg());
281 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
282 TypeVals
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp188 SmallVector<uint64_t, 64> TypeVals; local
242 TypeVals.push_back(TypeList.size());
243 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
244 TypeVals.clear();
267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
273 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
275 TypeVals.push_back(AddressSpace);
283 TypeVals.push_back(FT->isVarArg());
284 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
286 TypeVals
[all...]

Completed in 1272 milliseconds