Searched refs:IA (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
H A DBitcodeWriter.cpp798 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
799 Record.push_back(unsigned(IA->hasSideEffects()) |
800 unsigned(IA->isAlignStack()) << 1);
803 const std::string &AsmStr = IA->getAsmString();
809 const std::string &ConstraintStr = IA->getConstraintString();
1377 MDNode *Scope, *IA; local
1378 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1383 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
H A DBitcodeWriter.cpp752 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
753 Record.push_back(unsigned(IA->hasSideEffects()) |
754 unsigned(IA->isAlignStack()) << 1);
757 const std::string &AsmStr = IA->getAsmString();
763 const std::string &ConstraintStr = IA->getConstraintString();
1394 MDNode *Scope, *IA; local
1395 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1400 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
H A DBitcodeWriter.cpp821 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
822 Record.push_back(unsigned(IA->hasSideEffects()) |
823 unsigned(IA->isAlignStack()) << 1 |
824 unsigned(IA->getDialect()&1) << 2);
827 const std::string &AsmStr = IA->getAsmString();
833 const std::string &ConstraintStr = IA->getConstraintString();
1451 MDNode *Scope, *IA; local
1452 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1457 Vals.push_back(IA ? VE.getValueID(IA)
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2272 MDNode *Scope = 0, *IA = 0; local
2274 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2275 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2530 MDNode *Scope = 0, *IA = 0; local
2532 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2533 LastLoc = DebugLoc::get(Line, Col, Scope, IA);

Completed in 496 milliseconds