Searched refs:ilist (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen-dis.c147 const CGEN_INSN_LIST *ilist; local
149 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
155 if (! (* cd->dis_hash_p) (ilist->insn))
161 value = CGEN_INSN_BASE_VALUE (ilist->insn);
164 CGEN_INSN_MASK_BITSIZE (ilist->insn),
167 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
H A Dcgen-asm.c102 const CGEN_INSN_LIST *ilist; local
104 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
108 if (! (* cd->asm_hash_p) (ilist->insn))
110 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (ilist->insn));
112 hentbuf->insn = ilist->insn;
H A Dcgen-asm.in339 CGEN_INSN_LIST *ilist;
350 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
354 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
356 const CGEN_INSN *insn = ilist->insn;
H A Dmep-asm.c1313 CGEN_INSN_LIST *ilist;
1324 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
1328 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
1330 const CGEN_INSN *insn = ilist->insn;
1309 CGEN_INSN_LIST *ilist; local
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DIVUsers.h130 ilist<IVStrideUse> IVUses;
160 typedef ilist<IVStrideUse>::iterator iterator;
161 typedef ilist<IVStrideUse>::const_iterator const_iterator;
H A DAliasSetTracker.h21 #include "llvm/ADT/ilist.h"
220 // Can only be created by AliasSetTracker. Also, ilist creates one
296 ilist<AliasSet> AliasSets;
349 const ilist<AliasSet> &getAliasSets() const { return AliasSets; }
391 typedef ilist<AliasSet>::iterator iterator;
392 typedef ilist<AliasSet>::const_iterator const_iterator;
/freebsd-9.3-release/contrib/bmake/
H A Dmkdeps.sh200 ilist=`get_incs $ifile` # recurse needed?
201 [ "$ilist" ] && llen=`gen_deps $llen $ilist`
263 ilist=`get_incs $file`
265 if [ "$ilist" ]; then
274 llen=`gen_deps $llen $ilist`
/freebsd-9.3-release/contrib/cvs/src/
H A Dignore.c365 ignore_files (ilist, entries, update_dir, proc)
366 List *ilist;
414 if (findnode_fn (ilist, file) != NULL)
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A Dilist.h1 //==-- llvm/ADT/ilist.h - Intrusive Linked List Template ---------*- C++ -*-==//
19 // The ilist class itself, should be a plug in replacement for list, assuming
24 // The ilist class is implemented by allocating a 'tail' node when the list is
73 /// strategy. The sentinel is stored in the prev field of ilist's Head.
83 /// provideInitialHead - when constructing an ilist, provide a starting
215 assert(NodePtr && "--'d off the beginning of an ilist!");
451 // an ilist (and potentially deleted) with iterators still pointing at it.
640 struct ilist : public iplist<NodeTy> { struct in namespace:llvm
644 ilist() {} function in struct:llvm::ilist
645 ilist(cons function in struct:llvm::ilist
648 explicit ilist(size_type count) { function in struct:llvm::ilist
651 ilist(size_type count, const NodeTy &val) { function in struct:llvm::ilist
654 template<class InIt> ilist(InIt first, InIt last) { function in struct:llvm::ilist
[all...]
H A DSparseBitVector.h18 #include "llvm/ADT/ilist.h"
283 typedef ilist<SparseBitVectorElement<ElementSize> > ElementList;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mep.c478 CGEN_INSN_LIST *ilist;
482 ilist = CGEN_ASM_LOOKUP_INSN (gas_cgen_cpu_desc,
486 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
488 const CGEN_INSN *insn = ilist->insn;
489 if (strcmp (CGEN_INSN_MNEMONIC (ilist->insn),
491 && MEP_INSN_COP_P (ilist->insn)
476 CGEN_INSN_LIST *ilist; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h27 #include "llvm/ADT/ilist.h"
345 llvm::ilist<BugReport> Reports;
358 typedef llvm::ilist<BugReport>::iterator iterator;
359 typedef llvm::ilist<BugReport>::const_iterator const_iterator;
/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c1607 lower_rec_input_clauses (tree clauses, tree *ilist, tree *dlist,
1688 gimplify_and_add (x, ilist);
1724 gimplify_and_add (x, ilist);
1768 gimplify_and_add (x, ilist);
1784 gimplify_and_add (x, ilist);
1799 gimplify_and_add (OMP_CLAUSE_REDUCTION_INIT (c), ilist);
1807 gimplify_and_add (x, ilist);
1827 gimplify_and_add (x, ilist);
1836 build_omp_barrier (ilist);
2029 lower_send_clauses (tree clauses, tree *ilist, tre
1606 lower_rec_input_clauses(tree clauses, tree *ilist, tree *dlist, omp_context *ctx) argument
1798 gimplify_and_add (OMP_CLAUSE_REDUCTION_INIT (c), ilist); local
2028 lower_send_clauses(tree clauses, tree *ilist, tree *olist, omp_context *ctx) argument
2108 lower_send_shared_vars(tree *ilist, tree *olist, omp_context *ctx) argument
3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; local
3604 lower_rec_input_clauses (OMP_SECTIONS_CLAUSES (stmt), &ilist, &dlist, ctx); local
4050 tree t, stmt, ilist, dlist, new_stmt, *body_p, *rhs_p; local
4155 tree olist, ilist, par_olist, par_ilist; local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DModule.h123 typedef ilist<NamedMDNode> NamedMDListType;
509 static ilist<NamedMDNode> Module::*getSublistAccess(NamedMDNode*) {
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c211 STAILQ_HEAD(ilist, include_entry);
248 struct conf_entry *defconf_p, struct ilist *inclist);
249 static void add_to_queue(const char *fname, struct ilist *inclist);
799 struct ilist inclist;
1040 struct conf_entry *defconf_p, struct ilist *inclist)
1671 add_to_queue(const char *fname, struct ilist *inclist)
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h21 #include "llvm/ADT/ilist.h"
116 typedef ilist<MachineBasicBlock> BasicBlockListType;
H A DSelectionDAG.h20 #include "llvm/ADT/ilist.h"
185 ilist<SDNode> AllNodes;
316 typedef ilist<SDNode>::const_iterator allnodes_const_iterator;
319 typedef ilist<SDNode>::iterator allnodes_iterator;
322 ilist<SDNode>::size_type allnodes_size() const {
H A DMachineBasicBlock.h63 typedef ilist<MachineInstr> Instructions;
H A DSlotIndexes.h26 #include "llvm/ADT/ilist.h"
337 typedef ilist<IndexListEntry> IndexList;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DIVUsers.cpp277 for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(),
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp18 #include "llvm/ADT/ilist.h"
177 typedef ilist<Token> TokenQueueT;

Completed in 402 milliseconds