Home
last modified time | relevance | path

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

1234

/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]
Div-users-in-other-loops.ll18 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/
DDebugLoc.cpp48 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()
DLLVMContextImpl.h230 int getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,int ExistingIdx);
/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.cpp38 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()
DAddrModeMatcher.cpp381 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/
Dnetcat.c90 #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/
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/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/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp98 MDNode *Scope, *IA; in ValueEnumerator() local
99 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator()
101 if (IA) EnumerateMetadata(IA); in ValueEnumerator()
DBitcodeWriter.cpp731 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/
DDebugLoc.h88 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_mgc1.pkb58 ���Gy�{4c���>r�ͱ^�:e�+`��+a�M96��m�z���B]�n���}Б�k�R%�}a�IA�q`�0*M �y`4]c�,+ à�f��3…
Des-ES_zl0_kpdf_dur.pkb3 …�����0�@!����2�A0��4Aq%1b1�&Q�6```���p$Baq2����'R0� �ID�IA@0�E�s3@q50�%`�`…
/external/oprofile/events/ia64/itanium2/
Devents1 # 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/
Dit-IT_cm0_kdt_lfz2.pkb28 �-�A�T[�3IA����DT�s1Wn�Xc77,�b�e�u~�3�x�F�P�wꀃ9§LD4f��S��$S#f
/external/gtest/
DCHANGES18 * Compatibility fixes for Linux IA-64 and IBM z/OS.
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp492 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/
Dde-DE_gl0_kpdf_dur.pkb14 …hS@ @ �� ���1����q!R0a3�CB �1�e@�B ����q�Q����`�����IA�:3���:1�81 ��1���…
/external/fdlibm/
DMD565 z93vZw0EQ1IQUSqJMRu/IA s_signgam.c
/external/protobuf/gtest/
DCHANGES37 * Compatibility fixes for Linux IA-64 and IBM z/OS.
/external/llvm/lib/Analysis/
DDebugInfo.cpp817 if (MDNode *IA = Loc.getInlinedAt(Ctx)) in processModule() local
818 processLocation(DILocation(IA)); in processModule()

1234