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);
240 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
241 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
242 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
244 Abbv
482 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
627 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
762 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1426 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1437 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1447 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1457 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1470 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1480 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1489 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1501 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1511 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1521 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1531 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1542 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1554 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1561 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1569 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp191 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
192 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
193 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
195 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
196 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
199 Abbv = new BitCodeAbbrev();
200 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION_OLD));
201 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
202 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0
203 Abbv
436 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
581 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
716 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1443 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1454 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1464 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1474 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1487 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1497 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1506 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1518 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1528 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1538 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1548 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1559 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1571 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1578 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1586 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 361 milliseconds