Home
last modified time | relevance | path

Searched refs:IA (Results 1 – 25 of 124) sorted by relevance

12345

/external/llvm/test/CodeGen/X86/
Dpeep-test-3.ll7 define void @or(float* %A, i32 %IA, i32 %N) nounwind {
11 %2 = xor i32 %IA, 1 ; <i32> [#uses=1]
26 define void @xor(float* %A, i32 %IA, i32 %N) nounwind {
32 %2 = xor i32 %IA, 1 ; <i32> [#uses=1]
45 define void @and(float* %A, i32 %IA, i32 %N, i8* %p) nounwind {
50 %2 = xor i32 %IA, 1 ; <i32> [#uses=1]
71 define void @test(float* %A, i32 %IA, i32 %N, i8* %p) nounwind {
76 %2 = xor i32 %IA, 1 ; <i32> [#uses=1]
/external/llvm/lib/IR/
DDebugLoc.cpp49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, in getScopeAndInlinedAt() argument
52 Scope = IA = 0; in getScopeAndInlinedAt()
62 IA = 0; in getScopeAndInlinedAt()
70 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get(); in getScopeAndInlinedAt()
103 MDNode *Scope, *IA; in getAsMDNode() local
104 getScopeAndInlinedAt(Scope, IA, Ctx); in getAsMDNode()
111 Scope, IA in getAsMDNode()
184 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, in getOrAddScopeInlinedAtIdxEntry() argument
187 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)]; in getOrAddScopeInlinedAtIdxEntry()
202 DebugRecVH(IA, this, Idx))); in getOrAddScopeInlinedAtIdxEntry()
/external/oprofile/events/ia64/itanium/
Devents1 # IA-64 Itanium 1 events
3 event:0x08 counters:0,1 um:zero minimum:500 name:IA64_INST_RETIRED : IA-64 Instructions Retired
4 event:0x15 counters:0,1,2,3 um:zero minimum:500 name:IA32_INST_RETIRED : IA-32 Instructions Retired
Dunit_masks1 # IA-64 Itanium 1 possible unit masks
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp46 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) { in MapValue() local
48 FunctionType *NewTy = IA->getFunctionType(); in MapValue()
52 if (NewTy != IA->getFunctionType()) in MapValue()
53 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in MapValue()
54 IA->hasSideEffects(), IA->isAlignStack()); in MapValue()
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp223 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass() local
224 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA); in getCommonSuperRegClass()
228 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
243 *BestPreA = IA.getSubReg(); in getCommonSuperRegClass()
DLexicalScopes.cpp118 MDNode *IA = NULL; in findLexicalScope() local
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext()); in findLexicalScope()
128 if (IA) in findLexicalScope()
129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA)); in findLexicalScope()
/external/oprofile/events/ia64/ia64/
Devents1 # IA-64 events
3 event:0x08 counters:0,1,2,3 um:zero minimum:500 name:IA64_INST_RETIRED : IA-64 Instructions Retired
Dunit_masks1 # IA-64 possible unit masks
/external/clang/test/Sema/
Dms_class_layout.cpp100 class IA { class
102 virtual ~IA(){} in ~IA()
106 class ICh : public virtual IA {
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
D1.txt6119 1319221|Cedar Rapids, IA
6120 1319226|Waterloo, IA
6121 1319228|Van Horne, IA
6122 1319232|Waterloo, IA
6123 1319233|Waterloo, IA
6124 1319234|Waterloo, IA
6125 1319235|Waterloo, IA
6126 1319236|Waterloo, IA
6127 1319247|Cedar Rapids, IA
6128 1319256|Wayland, IA
[all …]
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp490 int IA = PathA.size() - 1; in getMostGenericTBAA() local
494 while (IA >= 0 && IB >=0) { in getMostGenericTBAA()
495 if (PathA[IA] == PathB[IB]) in getMostGenericTBAA()
496 Ret = PathA[IA]; in getMostGenericTBAA()
499 --IA; in getMostGenericTBAA()
/external/oprofile/events/i386/pii/
Dunit_masks31 # IA manual says this is actually FS again - no mention in errata
32 # but test show that is really a typo error from IA manual
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp85 if (Attr *IA = this->getAttr<MSInheritanceAttr>()) in getMSInheritanceModel() local
86 return MSInheritanceAttrToModel(IA->getKind()); in getMSInheritanceModel()
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-06-ReusePhi.ll25 define float @test(float* nocapture %A, float* nocapture %B, i32 %N, i32 %IA, i32 %IB) nounwind uwt…
31 %idx.ext = sext i32 %IA to i64
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp100 MDNode *Scope, *IA; in ValueEnumerator() local
101 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator()
103 if (IA) EnumerateMetadata(IA); in ValueEnumerator()
/external/llvm/include/llvm/Support/
DDebugLoc.h87 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
/external/linux-tools-perf/Documentation/
Dperf-list.txt41 layout of IA32_PERFEVTSELx MSRs (see [Intel® 64 and IA-32 Architectures Software Developer's Manual…
91 http://www.intel.com/Assets/PDF/manual/253669.pdf[Intel® 64 and IA-32 Architectures Software Develo…
/external/clang/test/CXX/special/class.copy/
Dp11.0x.copy.cpp67 …IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because fiel… member
Dp11.0x.move.cpp59 IsAmbiguous IA; member
/external/eigen/blas/testing/
Dcblat2.f433 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
543 DO 60 IA = 1, NALF
544 ALPHA = ALF( IA )
778 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
876 DO 60 IA = 1, NALF
877 ALPHA = ALF( IA )
1487 INTEGER I, IA, IM, IN, INCX, INCXS, INCY, INCYS, IX, local
1563 DO 80 IA = 1, NALF
1564 ALPHA = ALF( IA )
1764 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
[all …]
Dsblat2.f423 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
533 DO 60 IA = 1, NALF
534 ALPHA = ALF( IA )
764 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
862 DO 60 IA = 1, NALF
863 ALPHA = ALF( IA )
1462 INTEGER I, IA, IM, IN, INCX, INCXS, INCY, INCYS, IX, local
1537 DO 80 IA = 1, NALF
1538 ALPHA = ALF( IA )
1723 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
[all …]
Ddblat3.f387 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA, local
484 DO 60 IA = 1, NALF
485 ALPHA = ALF( IA )
668 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local
752 DO 60 IA = 1, NALF
753 ALPHA = ALF( IA )
937 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local
1015 DO 80 IA = 1, NALF
1016 ALPHA = ALF( IA )
1243 INTEGER I, IA, IB, ICT, ICU, IK, IN, J, JC, JJ, K, KS, local
[all …]
Ddblat2.f423 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
533 DO 60 IA = 1, NALF
534 ALPHA = ALF( IA )
764 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
862 DO 60 IA = 1, NALF
863 ALPHA = ALF( IA )
1462 INTEGER I, IA, IM, IN, INCX, INCXS, INCY, INCYS, IX, local
1537 DO 80 IA = 1, NALF
1538 ALPHA = ALF( IA )
1723 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
[all …]
Dzblat2.f435 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
545 DO 60 IA = 1, NALF
546 ALPHA = ALF( IA )
781 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
879 DO 60 IA = 1, NALF
880 ALPHA = ALF( IA )
1492 INTEGER I, IA, IM, IN, INCX, INCXS, INCY, INCYS, IX, local
1568 DO 80 IA = 1, NALF
1569 ALPHA = ALF( IA )
1770 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
[all …]

12345