HomeSort by relevance Sort by last modified time
    Searched refs:IA (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/VMCore/
DebugLoc.cpp 49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
52 Scope = IA = 0;
62 IA = 0;
70 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get();
103 MDNode *Scope, *IA;
104 getScopeAndInlinedAt(Scope, IA, Ctx);
111 Scope, IA
184 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,
187 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
202 DebugRecVH(IA, this, Idx)))
    [all...]
Metadata.cpp 426 int IA = PathA.size() - 1;
430 while (IA >= 0 && IB >=0) {
431 if (PathA[IA] == PathB[IB])
432 Ret = PathA[IA];
435 --IA;
LLVMContextImpl.h 356 int getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,int ExistingIdx);
AsmWriter.cpp     [all...]
  /external/clang/test/Sema/
ms_class_layout.cpp 100 class IA {
102 virtual ~IA(){}
103 virtual void ia() = 0;
106 class ICh : public virtual IA {
109 virtual void ia(){} function in class:ICh
396 // CHECK: 0 | class IA
397 // CHECK-NEXT: 0 | (IA vftable pointer)
404 // CHECK-NEXT: 8 | (vtordisp for vbase IA)
405 // CHECK-NEXT: 12 | class IA (virtual base)
406 // CHECK-NEXT: 12 | (IA vftable pointer
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 38 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
40 FunctionType *NewTy = IA->getFunctionType();
44 if (NewTy != IA->getFunctionType())
45 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(),
46 IA->hasSideEffects(), IA->isAlignStack());
AddrModeMatcher.cpp 383 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
437 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue());
438 if (!IA) return true;
441 if (!IsOperandAMemoryOperand(CI, IA, I, TLI))
InlineFunction.cpp 444 if (MDNode *IA = DL.getInlinedAt(Ctx)) {
446 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 685 IA = 15, // IA Iowa
783 IA, IA, IA, IA, IA, IA, IA, IA, IA, IA, // 500-50
    [all...]
  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 217 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) {
218 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA);
222 firstCommonClass(IA.getMask(), IB.getMask(), this);
237 *BestPreA = IA.getSubReg();
  /external/llvm/include/llvm/Support/
DebugLoc.h 87 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
  /build/target/board/generic_x86/
BoardConfig.mk 14 # The IA emulator (qemu) uses the Goldfish devices
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 67 IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because field 'IA' has a deleted copy constructor}}
p11.0x.move.cpp 59 IsAmbiguous IA;
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 118 MDNode *IA = NULL;
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
128 if (IA)
129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA));
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 100 MDNode *Scope, *IA;
101 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
103 if (IA) EnumerateMetadata(IA);
BitcodeWriter.cpp 815 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
816 Record.push_back(unsigned(IA->hasSideEffects()) |
817 unsigned(IA->isAlignStack()) << 1 |
818 unsigned(IA->getDialect()&1) << 2);
821 const std::string &AsmStr = IA->getAsmString();
827 const std::string &ConstraintStr = IA->getConstraintString();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 102 MDNode *Scope, *IA;
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
BitcodeWriter.cpp 817 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
818 Record.push_back(unsigned(IA->hasSideEffects()) |
819 unsigned(IA->isAlignStack()) << 1);
822 const std::string &AsmStr = IA->getAsmString();
828 const std::string &ConstraintStr = IA->getConstraintString();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 102 MDNode *Scope, *IA;
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
BitcodeWriter.cpp 771 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
772 Record.push_back(unsigned(IA->hasSideEffects()) |
773 unsigned(IA->isAlignStack()) << 1);
776 const std::string &AsmStr = IA->getAsmString();
782 const std::string &ConstraintStr = IA->getConstraintString();
    [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 168 GENOFFSET(S390X,s390x,IA);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 547 if (const InlineAsm *IA = dyn_cast<InlineAsm>(Call->getCalledValue())) {
549 if (!IA->getConstraintString().empty())
553 if (IA->hasSideEffects())
555 if (IA->isAlignStack())
560 .addExternalSymbol(IA->getAsmString().c_str())
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA

Completed in 805 milliseconds

1 2