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
441 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
610 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
624 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
637 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
782 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1434 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1445 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1455 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1465 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1478 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1488 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1497 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1509 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1519 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1529 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1539 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1550 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1562 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1569 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1577 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
1496 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1507 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1517 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1527 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1540 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1550 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1559 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1571 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1581 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1591 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1601 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1612 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1624 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1631 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1639 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
1573 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1584 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1594 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1604 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1617 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1627 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1636 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1648 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1658 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1668 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1678 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1689 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1701 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1708 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1716 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]

Completed in 212 milliseconds