Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd/external/gpl3/gdb/dist/gas/doc/
H A Dc-ia64.texi8 @node IA-64-Dependent
17 @cindex IA-64 support
22 @c * IA-64 Directives:: IA-64 Machine Directives // to be written
26 @node IA-64 Options
28 @cindex IA-64 options
113 @node IA-64 Syntax
125 @node IA-64-Chars
137 @node IA-64-Regs
159 @node IA-64-Bits
172 @node IA-64-Relocs
[all …]
/netbsd/external/gpl3/binutils/dist/gas/doc/
H A Dc-ia64.texi8 @node IA-64-Dependent
17 @cindex IA-64 support
22 @c * IA-64 Directives:: IA-64 Machine Directives // to be written
26 @node IA-64 Options
28 @cindex IA-64 options
113 @node IA-64 Syntax
125 @node IA-64-Chars
137 @node IA-64-Regs
159 @node IA-64-Bits
172 @node IA-64-Relocs
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-ia64.texi8 @node IA-64-Dependent
17 @cindex IA-64 support
22 @c * IA-64 Directives:: IA-64 Machine Directives // to be written
26 @node IA-64 Options
28 @cindex IA-64 options
113 @node IA-64 Syntax
125 @node IA-64-Chars
137 @node IA-64-Regs
159 @node IA-64-Bits
172 @node IA-64-Relocs
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/doc/
H A Dc-ia64.texi8 @node IA-64-Dependent
17 @cindex IA-64 support
22 @c * IA-64 Directives:: IA-64 Machine Directives // to be written
26 @node IA-64 Options
28 @cindex IA-64 options
113 @node IA-64 Syntax
125 @node IA-64-Chars
137 @node IA-64-Regs
159 @node IA-64-Bits
172 @node IA-64-Relocs
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp84 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr()
88 for (NodeAddr<RefNode*> RA : IA.Addr->members(DFG)) { in scanInstr()
96 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in processDef() local
130 scanInstr(IA, WorkQ); in collect()
162 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect()
165 if (IsDead(IA)) { in collect()
166 DeadInstrs.insert(IA.Id); in collect()
230 for (NodeAddr<InstrNode*> IA : DINs) { in erase()
231 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in erase()
232 BA.Addr->removeMember(IA, DFG); in erase()
[all …]
H A DRDFCopy.cpp72 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) { in scanBlock()
73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
74 NodeAddr<StmtNode*> SA = IA; in scanBlock()
89 NodeAddr<InstrNode*> IA) { in getLocalReachingDef() argument
90 NodeAddr<RefNode*> RA = L.getNearestAliasedRef(RefRR, IA); in getLocalReachingDef()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run() local
165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
166 NodeId AtUse = getLocalReachingDef(SR, IA); in run()
176 << *NodeAddr<StmtNode*>(IA).Addr->getCode(); in run()
197 auto FC = CopyMap.find(IA.Id); in run()
H A DHexagonRDFOpt.cpp95 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove);
96 void removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum);
189 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand() argument
190 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in removeOperand()
200 NodeList Refs = IA.Addr->members(DFG); in removeOperand()
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite() argument
216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
219 MachineInstr &MI = *NodeAddr<StmtNode*>(IA).Addr->getCode(); in rewrite()
258 for (NodeAddr<DefNode*> DA : IA.Addr->members_if(DFG.IsDef, DFG)) { in rewrite()
261 Defs = DFG.getRelatedRefs(IA, DA); in rewrite()
[all …]
H A DHexagonOptAddrMode.cpp179 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in canRemoveAddasl() local
182 NodeAddr<RefNode*> AA = LV->getNearestAliasedRef(OffsetRR, IA); in canRemoveAddasl()
187 MachineInstr &UseMI = *NodeAddr<StmtNode *>(IA).Addr->getCode(); in canRemoveAddasl()
301 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in isSafeToExtLR() local
306 NodeAddr<RefNode*> AA = LV->getNearestAliasedRef(LRExtRR, IA); in isSafeToExtLR()
314 MachineInstr *UseMI = NodeAddr<StmtNode *>(IA).Addr->getCode(); in isSafeToExtLR()
691 for (auto IA : BA.Addr->members(*DFG)) { in processBlock() local
692 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) in processBlock()
695 NodeAddr<StmtNode *> SA = IA; in processBlock()
705 << Print<NodeAddr<InstrNode *>>(IA, *DFG) << '\n'); in processBlock()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/rec_comp/
H A Dbar_o203_012.adb21 IA : Int_Access; component
25 IA : Int_Access; variable
27 R.IA := new Integer'(3); -- STOP
28 IA := R.IA;
30 Do_Nothing (IA'Address);
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/rec_comp/
H A Dbar_o203_012.adb21 IA : Int_Access; component
25 IA : Int_Access; variable
27 R.IA := new Integer'(3); -- STOP
28 IA := R.IA;
30 Do_Nothing (IA'Address);
/netbsd/share/misc/
H A Dzipcodes22034 50003:Adel, IA
22040 50010:Ames, IA
22041 50011:Ames, IA
22042 50012:Ames, IA
22043 50013:Ames, IA
22044 50014:Ames, IA
22074 50052:Clio, IA
22078 50056:Colo, IA
22583 51044:Oto, IA
22599 51060:Ute, IA
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp1021 pushClobbers(IA, DefM); in pushAllDefs()
1022 pushDefs(IA, DefM); in pushAllDefs()
1127 assert(IA.Id != 0 && RA.Id != 0); in getRelatedRefs()
1133 RA = getNextRelated(IA, RA); in getRelatedRefs()
1153 assert(IA.Id != 0 && RA.Id != 0); in getNextRelated()
1192 assert(IA.Id != 0 && RA.Id != 0); in locateNextRef()
1197 NA = getNextRelated(IA, RA); in locateNextRef()
1214 assert(IA.Id != 0 && RA.Id != 0); in getNextShadow()
1235 assert(IA.Id != 0 && RA.Id != 0); in getNextShadow()
1664 pushClobbers(IA, DefM); in linkBlockRefs()
[all …]
H A DRDFLiveness.cpp164 if (IA.Addr->getKind() == NodeAttrs::Stmt) in getAllReachingDefs()
166 assert(IA.Addr->getKind() == NodeAttrs::Phi); in getAllReachingDefs()
167 NodeAddr<PhiNode*> PA = IA; in getAllReachingDefs()
185 Owners[TA.Id] = IA; in getAllReachingDefs()
186 Blocks[Block(IA)].push_back(IA.Id); in getAllReachingDefs()
363 NodeAddr<InstrNode*> IA) { in getNearestAliasedRef() argument
364 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in getNearestAliasedRef()
366 NodeId FindId = IA.Id; in getNearestAliasedRef()
748 NBMap.insert(std::make_pair(IA.Id, BB)); in computeLiveIns()
1124 NodeAddr<InstrNode*> IA = I; in traverse() local
[all …]
H A DLexicalScopes.cpp133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope() local
134 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA)); in findLexicalScope()
143 const DILocation *IA) { in getOrCreateLexicalScope() argument
144 if (IA) { in getOrCreateLexicalScope()
148 return getOrCreateLexicalScope(IA); in getOrCreateLexicalScope()
152 return getOrCreateInlinedScope(Scope, IA); in getOrCreateLexicalScope()
H A DTargetRegisterInfo.cpp348 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass() local
349 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA); in getCommonSuperRegClass()
353 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
368 *BestPreA = IA.getSubReg(); in getCommonSuperRegClass()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() local
81 if (auto *Found = Cache[IA]) { in appendInlinedAt()
86 InlinedAtLocations.push_back(IA); in appendInlinedAt()
87 CurInlinedAt = IA; in appendInlinedAt()
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp909 const ImmediateArg &IA = kv.second; in genSema() local
912 switch (IA.boundsType) { in genSema()
914 lo = IA.i1; in genSema()
915 hi = IA.i2; in genSema()
936 if (!IA.ExtraCheckType.empty()) { in genSema()
938 if (!IA.ExtraCheckArgs.empty()) { in genSema()
940 StringRef Arg = IA.ExtraCheckArgs; in genSema()
1401 IA.i1 = Param->sizeInBits(); in ACLEIntrinsic()
1404 IA.i1 = 0; in ACLEIntrinsic()
1410 IA.i2 = IA.i1 + T->sizeInBits() - 1; in ACLEIntrinsic()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
40 IA -> "ia"
46 IA -> ""
53 IA -> 0
60 IA -> nregs * 4
159 IA, _, false -> true
160 | IA, true, true -> true
167 IA, true -> "TARGET_THUMB1"
168 | IA, false -> "TARGET_32BIT"
205 if addrmode == IA || addrmode == DB then
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml32 type amode = IA | IB | DA | DB Constructor
40 IA -> "ia"
46 IA -> ""
53 IA -> 0
60 IA -> nregs * 4
159 IA, _, false -> true
160 | IA, true, true -> true
167 IA, true -> "TARGET_THUMB1"
168 | IA, false -> "TARGET_32BIT"
205 if addrmode == IA || addrmode == DB then
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h736 void pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
754 NodeAddr<RefNode*> getNextRelated(NodeAddr<InstrNode*> IA,
756 NodeAddr<RefNode*> getNextShadow(NodeAddr<InstrNode*> IA,
758 NodeAddr<RefNode*> getNextShadow(NodeAddr<InstrNode*> IA,
761 NodeList getRelatedRefs(NodeAddr<InstrNode*> IA,
838 locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA,
849 void pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DM);
850 void pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
851 template <typename T> void linkRefUp(NodeAddr<InstrNode*> IA,
861 NodeAddr<InstrNode*> IA = RA.Addr->getOwner(*this); in removeFromOwner() local
[all …]
H A DLexicalScopes.h186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope() argument
187 auto I = InlinedLexicalScopeMap.find(std::make_pair(N, IA)); in findInlinedScope()
204 const DILocation *IA = nullptr);
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpriclass_example.txt12 IA
60 The IA interactive class had 30 samples of a 50 to 59 priority, a fairly
73 reason, the RT class trumps both TS and IA. I created these events by
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dpriclass_example.txt12 IA
60 The IA interactive class had 30 samples of a 50 to 59 priority, a fairly
73 reason, the RT class trumps both TS and IA. I created these events by
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h79 DbgEntity(const DINode *N, const DILocation *IA, unsigned ID) in DbgEntity() argument
80 : Entity(N), InlinedAt(IA), SubclassID(ID) {} in DbgEntity()
137 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() argument
138 : DbgEntity(V, IA, DbgVariableKind) {} in DbgVariable()
238 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
239 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() argument
/netbsd/sys/external/bsd/gnu-efi/dist/
H A DREADME.gnuefi18 EFI applications for IA-64,x86 and x86_64 using the GNU toolchain and the EFI
51 To develop IA-64 EFI applications, the following tools are needed:
184 --target=efi-app-ia32 (x86) or --target=efi-app-ia64 (IA-64). But
207 (3) On IA-64, the EFI entry point needs to point to a function
228 ("ia32" for x86, "x86_64" for x86_64 and "ia64" for IA-64).
269 o On IA-64, the global pointer symbol (__gp) needs to be placed such
322 can be found in gnuefi/reloc_x86_64.c and the IA-64 version can be
337 the R_386_RELATIVE relocation is needed. On IA-64, the relocations
344 IA-64 self-relocator currently reserves a static memory area that can
358 ** (3) Creating the Function Descriptor for the IA-64 EFI Binaries
[all …]

12345678910>>...17