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
639 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
653 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
666 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
818 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1566 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1577 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1587 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1597 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1610 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1620 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1629 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1641 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1651 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1661 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1671 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1682 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1694 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1701 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1709 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]

Completed in 187 milliseconds