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

12

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_so_random.rb4 IA = 3877.0
10 (max * ($last = ($last * IA + IC) % IM)) / IM
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DDebugLoc.cpp49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
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, argument
187 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
202 DebugRecVH(IA, thi
[all...]
H A DMetadata.cpp426 int IA = PathA.size() - 1; local
430 while (IA >= 0 && IB >=0) {
431 if (PathA[IA] == PathB[IB])
432 Ret = PathA[IA];
435 --IA;
H A DLLVMContextImpl.h360 int getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,int ExistingIdx);
H A DAsmWriter.cpp1045 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
1047 if (IA->hasSideEffects())
1049 if (IA->isAlignStack())
1052 if (IA->getDialect() == InlineAsm::AD_Intel)
1055 PrintEscapedString(IA->getAsmString(), Out);
1057 PrintEscapedString(IA->getConstraintString(), Out);
H A DDebugInfo.cpp837 if (MDNode *IA = Loc.getInlinedAt(Ctx))
838 processLocation(DILocation(IA));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DValueMapper.cpp38 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());
H A DAddrModeMatcher.cpp383 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, argument
437 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); local
438 if (!IA) return true;
441 if (!IsOperandAMemoryOperand(CI, IA, I, TLI))
H A DInlineFunction.cpp444 if (MDNode *IA = DL.getInlinedAt(Ctx)) {
446 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetRegisterInfo.cpp219 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) {
220 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA);
224 firstCommonClass(IA.getMask(), IB.getMask(), this);
239 *BestPreA = IA.getSubReg();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDebugLoc.h87 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLexicalScopes.cpp118 MDNode *IA = NULL; local
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
128 if (IA)
129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA));
/macosx-10.9.5/dtrace-118.1/disassembler/
H A Ddis_tables.c112 IA, enumerator in enum:__anon8297
1318 /* [0,4] */ TNS("addb",IA), TS("add",IA), TSx("push",SEG), TSx("pop",SEG),
1320 /* [0,C] */ TNS("orb",IA), TS("or",IA), TSx("push",SEG), IND(dis_op0F),
1323 /* [1,4] */ TNS("adcb",IA), TS("adc",IA), TSx("push",SEG), TSx("pop",SEG),
1325 /* [1,C] */ TNS("sbbb",IA), TS("sbb",IA), TSx("push",SEG), TSx("pop",SEG),
1329 /* [2,4] */ TNS("andb",IA), T
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Ddis_tables.c123 IA, enumerator in enum:__anon14382
1329 /* [0,4] */ TNS("addb",IA), TS("add",IA), TSx("push",SEG), TSx("pop",SEG),
1331 /* [0,C] */ TNS("orb",IA), TS("or",IA), TSx("push",SEG), IND(dis_op0F),
1334 /* [1,4] */ TNS("adcb",IA), TS("adc",IA), TSx("push",SEG), TSx("pop",SEG),
1336 /* [1,C] */ TNS("sbbb",IA), TS("sbb",IA), TSx("push",SEG), TSx("pop",SEG),
1340 /* [2,4] */ TNS("andb",IA), T
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Writer/
H A DValueEnumerator.cpp100 MDNode *Scope, *IA; local
101 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
103 if (IA) EnumerateMetadata(IA);
H A DBitcodeWriter.cpp815 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();
1491 MDNode *Scope, *IA; local
1492 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1497 Vals.push_back(IA ? VE.getValueID(IA)
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dia64.vim2 " Language: IA-64 (Itanium) assembly language
31 " This is needed as both IA-64 as well as IA-32 instructions are supported
/macosx-10.9.5/cctools-845/otool/
H A Di386_disasm.c282 #define IA 17 macro
1407 /* [0,4] */ {"addb",TERM,IA,0}, {"add",TERM,IA,1},
1412 /* [0,C] */ {"orb",TERM,IA,0}, {"or",TERM,IA,1},
1417 /* [1,4] */ {"adcb",TERM,IA,0}, {"adc",TERM,IA,1},
1422 /* [1,C] */ {"sbbb",TERM,IA,0}, {"sbb",TERM,IA,1},
1427 /* [2,4] */ {"andb",TERM,IA,
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp547 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())
H A DSelectionDAGBuilder.cpp5938 const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue()); local
6017 if (hasMemory || IA->hasSideEffects())
6122 DAG.getTargetExternalSymbol(IA->getAsmString().c_str(),
6134 if (IA->hasSideEffects())
6136 if (IA->isAlignStack())
6139 ExtraInfo |= IA->getDialect() * InlineAsm::Extra_AsmDialect;
6411 if (!IA->hasSideEffects() && !hasMemory && IndirectStoresToEmit.empty())
6423 Chain, &Flag, IA);
H A DTargetLowering.cpp2881 const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue()); local
2887 ConstraintInfos = IA->ParseConstraints();
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Djapan-util.el45 (?$B$?(B ?$B%?(B ?(I@(B) (?$B$A(B ?$B%A(B ?(IA(B) (?$B$D(B ?$B%D(B ?(IB(B) (?$B$F(B ?$B%F(B ?(IC(B) (?$B$H(B ?$B%H(B ?(ID(B)
55 (?$B$@(B ?$B%@(B "(I@^(B") (?$B$B(B ?$B%B(B "(IA^(B") (?$B$E(B ?$B%E(B "(IB^(B") (?$B$G(B ?$B%G(B "(IC^(B") (?$B$I(B ?$B%I(B "(ID^(B")
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1054 if (MDNode *IA = DV.getInlinedAt())
1055 Scope = LScopes.findInlinedScope(DebugLoc::getFromDILocation(IA));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2006 MDNode *Scope = 0, *IA = 0; local
2008 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));
2009 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp4105 InlineAsm *IA = local
4110 CallInst::Create(IA, "", Inst);

Completed in 442 milliseconds

12