Searched defs:Abbv (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp165 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
166 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY));
167 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
169 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
170 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7));
171 unsigned V7Abbrev = Stream.EmitAbbrev(Abbv);
222 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
223 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
224 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
225 Abbv
442 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
611 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
625 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
638 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
783 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1433 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1444 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1454 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1464 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1477 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1487 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1496 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1508 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1518 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1528 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1538 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1549 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1561 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1568 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1576 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp193 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
194 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
195 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
196 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
197 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
200 Abbv = new BitCodeAbbrev();
201 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION_OLD));
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
203 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0
204 Abbv
440 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
609 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
623 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
636 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
781 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1497 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1508 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1518 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1528 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1541 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1551 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1560 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1572 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1582 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1592 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1602 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1613 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1625 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1632 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1640 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp193 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
194 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
195 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
196 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
197 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
200 Abbv = new BitCodeAbbrev();
201 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION));
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
203 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
204 Abbv
453 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
638 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
652 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
665 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
817 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1565 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1576 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1586 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1596 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1609 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1619 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1628 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1640 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1650 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1660 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1670 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1681 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1693 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1700 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1708 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]

Completed in 981 milliseconds