Home
last modified time | relevance | path

Searched refs:Vals (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp145 SmallVector<unsigned, 64> Vals; in WriteStringRecord() local
151 Vals.push_back(Str[i]); in WriteStringRecord()
155 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteStringRecord()
477 SmallVector<unsigned, 64> Vals; in WriteModuleInfo() local
484 Vals.push_back(VE.getTypeID(GV.getType())); in WriteModuleInfo()
485 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
486 Vals.push_back(GV.isDeclaration() ? 0 : in WriteModuleInfo()
488 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
489 Vals.push_back(Log2_32(GV.getAlignment())+1); in WriteModuleInfo()
490 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in WriteModuleInfo()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp145 SmallVector<unsigned, 64> Vals; in WriteStringRecord() local
151 Vals.push_back(Str[i]); in WriteStringRecord()
155 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteStringRecord()
464 SmallVector<unsigned, 64> Vals; in WriteModuleInfo() local
471 Vals.push_back(VE.getTypeID(GV.getType())); in WriteModuleInfo()
472 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
473 Vals.push_back(GV.isDeclaration() ? 0 : in WriteModuleInfo()
475 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
476 Vals.push_back(Log2_32(GV.getAlignment())+1); in WriteModuleInfo()
477 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in WriteModuleInfo()
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp122 SmallVector<unsigned, 64> Vals; in WriteStringRecord() local
128 Vals.push_back(Str[i]); in WriteStringRecord()
132 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteStringRecord()
466 SmallVector<unsigned, 64> Vals; in WriteModuleInfo() local
473 Vals.push_back(VE.getTypeID(GV.getType())); in WriteModuleInfo()
474 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
475 Vals.push_back(GV.isDeclaration() ? 0 : in WriteModuleInfo()
477 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
478 Vals.push_back(Log2_32(GV.getAlignment())+1); in WriteModuleInfo()
479 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in WriteModuleInfo()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1617 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt() argument
1618 SmallVector<uint64_t, 8> Words(Vals.size()); in ReadWideAPInt()
1619 std::transform(Vals.begin(), Vals.end(), Words.begin(), in ReadWideAPInt()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1910 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt() argument
1911 SmallVector<uint64_t, 8> Words(Vals.size()); in ReadWideAPInt()
1912 std::transform(Vals.begin(), Vals.end(), Words.begin(), in ReadWideAPInt()