Searched refs: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
477 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
622 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
757 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1409 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1420 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1430 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1440 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1453 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1463 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1472 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1484 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1494 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1504 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1514 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1525 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1537 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1544 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1552 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
431 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
576 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
711 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_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
448 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
610 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
780 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1483 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1494 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1504 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1514 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1527 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1537 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1546 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1558 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1568 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1578 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1588 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1599 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1611 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1618 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1626 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]

Completed in 22 milliseconds