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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp233 SmallVector<uint64_t, 64> TypeVals; local
298 TypeVals.push_back(TypeList.size());
299 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
300 TypeVals.clear();
322 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
328 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
330 TypeVals.push_back(AddressSpace);
338 TypeVals.push_back(FT->isVarArg());
339 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
340 TypeVals
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp184 SmallVector<uint64_t, 64> TypeVals; local
238 TypeVals.push_back(TypeList.size());
239 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
240 TypeVals.clear();
262 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
268 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
270 TypeVals.push_back(AddressSpace);
278 TypeVals.push_back(FT->isVarArg());
279 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
280 TypeVals
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp193 SmallVector<uint64_t, 64> TypeVals; local
247 TypeVals.push_back(TypeList.size());
248 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
249 TypeVals.clear();
272 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
278 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
280 TypeVals.push_back(AddressSpace);
288 TypeVals.push_back(FT->isVarArg());
289 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
291 TypeVals
[all...]

Completed in 549 milliseconds