/external/llvm/test/CodeGen/X86/ |
D | peep-test-3.ll | 7 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]
|
D | iv-users-in-other-loops.ll | 18 define void @foo(float* %A, i32 %IA, float* %B, i32 %IB, float* nocapture %C, i32 %N) nounwind { 20 %0 = xor i32 %IA, 1 ; <i32> [#uses=1] 280 %tmp.124 = sext i32 %IA to i64 ; <i64> [#uses=1]
|
/external/llvm/lib/VMCore/ |
D | DebugLoc.cpp | 48 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, in getScopeAndInlinedAt() argument 51 Scope = IA = 0; in getScopeAndInlinedAt() 61 IA = 0; in getScopeAndInlinedAt() 69 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get(); in getScopeAndInlinedAt() 102 MDNode *Scope, *IA; in getAsMDNode() local 103 getScopeAndInlinedAt(Scope, IA, Ctx); in getAsMDNode() 110 Scope, IA in getAsMDNode() 213 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, in getOrAddScopeInlinedAtIdxEntry() argument 216 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)]; in getOrAddScopeInlinedAtIdxEntry() 231 DebugRecVH(IA, this, Idx))); in getOrAddScopeInlinedAtIdxEntry()
|
D | LLVMContextImpl.h | 230 int getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,int ExistingIdx);
|
/external/oprofile/events/ia64/itanium/ |
D | events | 1 # 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
|
D | unit_masks | 1 # IA-64 Itanium 1 possible unit masks
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 38 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) { in MapValue() local 40 FunctionType *NewTy = IA->getFunctionType(); in MapValue() 44 if (NewTy != IA->getFunctionType()) in MapValue() 45 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in MapValue() 46 IA->hasSideEffects(), IA->isAlignStack()); in MapValue()
|
D | AddrModeMatcher.cpp | 381 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, in IsOperandAMemoryOperand() argument 435 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); in FindAllMemoryUses() local 436 if (!IA) return true; in FindAllMemoryUses() 439 if (!IsOperandAMemoryOperand(CI, IA, I, TLI)) in FindAllMemoryUses()
|
/external/netcat/ |
D | netcat.c | 90 #define IA struct in_addr /* ... should be taken out and shot, */ macro 385 memcpy (&poop->iaddrs[x], hostent->h_addr_list[x], sizeof (IA)); 395 sizeof (IA), AF_INET); 404 memcpy (poop->iaddrs, &iaddr, sizeof (IA)); 410 hostent = gethostbyaddr ((char *) &iaddr, sizeof (IA), AF_INET); 609 IA * rad; in doconnect() 611 IA * lad; 656 memcpy (&lclend->sin_addr.s_addr, lad, sizeof (IA)); 683 memcpy (&remend->sin_addr.s_addr, rad, sizeof (IA)); 732 (((gatesidx + 1) * sizeof (IA)) + 3) & 0xff; /* length */ [all …]
|
/external/oprofile/events/ia64/ia64/ |
D | events | 1 # IA-64 events 3 event:0x08 counters:0,1,2,3 um:zero minimum:500 name:IA64_INST_RETIRED : IA-64 Instructions Retired
|
D | unit_masks | 1 # IA-64 possible unit masks
|
/external/oprofile/events/i386/pii/ |
D | unit_masks | 31 # 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/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 98 MDNode *Scope, *IA; in ValueEnumerator() local 99 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator() 101 if (IA) EnumerateMetadata(IA); in ValueEnumerator()
|
D | BitcodeWriter.cpp | 731 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) { in WriteConstants() local 732 Record.push_back(unsigned(IA->hasSideEffects()) | in WriteConstants() 733 unsigned(IA->isAlignStack()) << 1); in WriteConstants() 736 const std::string &AsmStr = IA->getAsmString(); in WriteConstants() 742 const std::string &ConstraintStr = IA->getConstraintString(); in WriteConstants() 1292 MDNode *Scope, *IA; in WriteFunction() local 1293 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1298 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0); in WriteFunction()
|
/external/llvm/include/llvm/Support/ |
D | DebugLoc.h | 88 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_mgc1.pkb | 58 ���Gy�{4c���>r�ͱ^�:e�+`��+a�M96��m�z���B]�n���}Б�k�R%�}a�IAq`�0*M �y`4]c�,+à�f��3…
|
D | es-ES_zl0_kpdf_dur.pkb | 3 …��0@!2A0�4Aq%1b1�&Q�6```���p$Baq2�'R0 �ID�IA@0�E�s3@q50�%`�`…
|
/external/oprofile/events/ia64/itanium2/ |
D | events | 1 # IA-64 Itanium 2 events 5 event:0x08 counters:0,1,2,3 um:zero minimum:500 name:IA64_INST_RETIRED : IA-64 Instructions Retired 6 event:0x59 counters:0,1,2,3 um:zero minimum:5000 name:IA32_INST_RETIRED : IA-32 Instructions Retired 7 event:0x07 counters:0,1,2,3 um:zero minimum:500 name:IA32_ISA_TRANSITIONS : Itanium to/from IA-32 I… 231 event:0x90 counters:0,1,2,3 um:bus minimum:5000 name:BUS_IO : IA-32 Compatible IO Bus Transactions 234 event:0x93 counters:0,1,2,3 um:bus_lock minimum:5000 name:BUS_LOCK : IA-32 Compatible Bus Lock Tran… 247 event:0x91 counters:0,1,2,3 um:bus minimum:5000 name:BUS_RD_IO : IA-32 Compatible IO Read Transacti…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_lfz2.pkb | 28 �-�A�T[�3IA����DT�s1Wn�Xc77,�b�e�u~�3�x�F�P�wꀃ9§LD4f��S��$S#f
|
/external/gtest/ |
D | CHANGES | 18 * Compatibility fixes for Linux IA-64 and IBM z/OS.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 492 if (const InlineAsm *IA = dyn_cast<InlineAsm>(Call->getArgOperand(0))) { in SelectCall() local 494 if (!IA->getConstraintString().empty()) in SelectCall() 498 if (IA->hasSideEffects()) in SelectCall() 500 if (IA->isAlignStack()) in SelectCall() 505 .addExternalSymbol(IA->getAsmString().c_str()) in SelectCall()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_dur.pkb | 14 …hS@ @ 1q!R0a3�CB 1e@B �q�Q����`����IA�:3�:1�81 1�…
|
/external/fdlibm/ |
D | MD5 | 65 z93vZw0EQ1IQUSqJMRu/IA s_signgam.c
|
/external/protobuf/gtest/ |
D | CHANGES | 37 * Compatibility fixes for Linux IA-64 and IBM z/OS.
|
/external/llvm/lib/Analysis/ |
D | DebugInfo.cpp | 817 if (MDNode *IA = Loc.getInlinedAt(Ctx)) in processModule() local 818 processLocation(DILocation(IA)); in processModule()
|