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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp161 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
162 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY));
163 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
165 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
166 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7));
167 unsigned V7Abbrev = Stream.EmitAbbrev(Abbv);
236 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
237 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
238 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
240 Abbv
478 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
623 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
758 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1422 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1433 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1443 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1453 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1466 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1476 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1485 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1497 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1507 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1517 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1527 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1538 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1550 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1557 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1565 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp187 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
188 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
189 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
191 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
192 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
195 Abbv = new BitCodeAbbrev();
196 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION_OLD));
197 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
198 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0
199 Abbv
432 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
577 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
712 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1439 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1450 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1460 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1470 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1483 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1493 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1502 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1514 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1524 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1534 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1544 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1555 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1567 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1574 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1582 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp198 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
199 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
200 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
201 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
202 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
205 Abbv = new BitCodeAbbrev();
206 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION));
207 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
208 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
209 Abbv
453 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
615 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
785 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1535 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1546 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1556 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1566 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1579 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1589 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1598 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1610 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1620 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1630 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1640 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1651 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1663 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1670 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1678 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]

Completed in 60 milliseconds