HomeSort by relevance Sort by last modified time
    Searched refs:TypeVals (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 237 SmallVector<uint64_t, 64> TypeVals;
302 TypeVals.push_back(TypeList.size());
303 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
304 TypeVals.clear();
326 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
332 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
334 TypeVals.push_back(AddressSpace);
342 TypeVals.push_back(FT->isVarArg());
343 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
344 TypeVals.push_back(VE.getTypeID(FT->getReturnType()))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 188 SmallVector<uint64_t, 64> TypeVals;
242 TypeVals.push_back(TypeList.size());
243 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
244 TypeVals.clear();
266 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
272 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
274 TypeVals.push_back(AddressSpace);
282 TypeVals.push_back(FT->isVarArg());
283 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
284 TypeVals.push_back(VE.getTypeID(FT->getReturnType()))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 320 SmallVector<uint64_t, 64> TypeVals;
374 TypeVals.push_back(TypeList.size());
375 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
376 TypeVals.clear();
399 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
405 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
407 TypeVals.push_back(AddressSpace);
415 TypeVals.push_back(FT->isVarArg());
416 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
418 TypeVals.push_back(VE.getTypeID(FT->getParamType(i)))
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 193 SmallVector<uint64_t, 64> TypeVals;
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.push_back(VE.getTypeID(FT->getParamType(i)))
    [all...]

Completed in 26 milliseconds