Searched refs:lookup (Results 76 - 100 of 625) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h83 /// needed for the lookup will be extracted, other info can be skipped and
107 /// \param Addr The address to lookup.
120 static llvm::Error lookup(const GsymReader &GR, DataExtractor &Data,
131 /// \param Addr the address to lookup
H A DLineTable.h139 static Expected<LineEntry> lookup(DataExtractor &Data, uint64_t BaseAddr,
H A DFunctionInfo.h163 /// for the specific address. The lookup result information is returned as
175 /// \param Addr The address to lookup.
180 static llvm::Expected<LookupResult> lookup(DataExtractor &Data,
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp69 OS << Expansions.lookup(Var);
/freebsd-current/contrib/ldns/drill/
H A Dchasetrace.c14 /* Cache all RRs from rr_list "rr_list" to "referrals" database for lookup
42 /* Cache all RRs from packet "p" to "referrals" database for lookup later on.
65 ldns_rdf *lookup = ldns_rdf_clone(name); local
73 referrals, lookup, LDNS_RR_TYPE_NS);
75 ldns_rdf_deep_free(lookup);
78 new_lookup = ldns_dname_left_chop(lookup);
79 ldns_rdf_deep_free(lookup);
80 lookup = new_lookup;
81 if (!lookup) {
/freebsd-current/sys/kern/
H A Dsubr_firmware.c148 * Helper function to lookup a name.
155 lookup(const char *name) function
195 frp = lookup(imagename);
208 if (lookup(imagename) != NULL) {
241 fp = lookup(imagename);
244 * It is ok for the lookup to fail; this can happen
365 fp = lookup(fwli->imagename);
396 fp = lookup(imagename);
429 fp = lookup(imagename);
/freebsd-current/sys/powerpc/powerpc/
H A Delf64_machdep.c325 int type, int local, elf_lookup_fn lookup)
354 error = lookup(lf, symidx, 1, &addr);
366 lookup(lf, symidx, 1, &addr);
425 elf_lookup_fn lookup)
428 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
433 int type, elf_lookup_fn lookup)
436 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
324 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
424 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
432 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp893 SimplifiedValues.lookup(BI->getCondition()))) {
897 if (isa_and_present<ConstantInt>(SimplifiedValues.lookup(SI->getCondition())))
1417 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand()))
1445 if (Constant *SimpleOp = SimplifiedValues.lookup(Op))
1460 Constant *Size = SimplifiedValues.lookup(I.getArraySize());
1534 C = SimplifiedValues.lookup(V);
1538 BaseAndOffset = ConstantOffsetPtrs.lookup(V);
1598 ConstantOffsetPtrs.lookup(I.getPointerOperand());
1619 if (!isa<Constant>(Op) && !SimplifiedValues.lookup(Op))
1648 COp = SimplifiedValues.lookup(O
[all...]
/freebsd-current/contrib/kyua/engine/
H A Drequirements.cpp94 user_config.lookup< config::string_node >("architecture");
116 user_config.lookup< config::string_node >("platform");
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp34 return SymbolMap.lookup(UniqueId);
86 return SectionMap.lookup(UniqueId);
/freebsd-current/usr.bin/systat/
H A Dcmds.c108 p = lookup(tmpstr1);
147 lookup(const char *name) function
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-cmdline.mk11 # variable name once for each lookup. Instead, when looking up the value of
15 # common case of finding a variable in the global scope, another lookup would
19 # Instead of this costly lookup scheme, make implements it in a different
34 # finding a variable in the global scope, no additional lookup is needed in
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_log.c42 lookup (uint64x2_t i) function
82 e = lookup (tmp);
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_erff_2u.c37 lookup (uint32x4_t i) function
58 Values of erf(r) and scale are read from lookup tables.
90 struct entry e = lookup (i);
H A Dv_log10_2u5.c48 lookup (uint64x2_t i) function
88 struct entry e = lookup (tmp);
H A Dv_log2_3u.c45 lookup (uint64x2_t i) function
84 struct entry e = lookup (tmp);
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DM68k.cpp113 if (TargetOpts.FeatureMap.lookup("isa-68881") ||
114 TargetOpts.FeatureMap.lookup("isa-68882"))
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
/freebsd-current/contrib/kyua/cli/
H A Dconfig_test.cpp291 user_config.lookup< config::string_node >("architecture"));
293 user_config.lookup< config::string_node >("platform"));
313 user_config.lookup< config::string_node >("architecture"));
315 user_config.lookup< config::string_node >("platform"));
/freebsd-current/contrib/byacc/
H A Dsymtab.c63 lookup(const char *name) function
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.h62 idx_ham_func_t lookup; /* look for specific addr/mask */ member in struct:ipf_rdx_head
/freebsd-current/libexec/mknetid/
H A Dhash.c109 struct grouplist *lookup(struct member_entry *table[], char *key) function
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp47 return BaseMap.lookup(RD);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h47 lookup(const JITSymbolResolver::LookupSet &Symbols) const;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp190 if (Root.lookup(Start) == 0)
195 unsigned ComponentID = ValueToComponent.lookup(V);
209 if (Root.lookup(Op) == 0)
212 Root[I] = std::min(Root.lookup(I), Root.lookup(Op));
219 if (Root.lookup(I) == OurDFS) {
228 while (!Stack.empty() && Root.lookup(Stack.back()) >= OurDFS) {
870 return InstrDFS.lookup(V);
887 : InstrDFS.lookup(MA);
924 RPOOrdering.lookup(D
[all...]

Completed in 308 milliseconds

1234567891011>>