Searched refs:lookup (Results 476 - 500 of 625) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp752 if (InSCC.lookup(P))
H A DMemorySSA.cpp1636 // Keep it in the lookup tables, remove from the lists
1662 // Update lookup table entry
1793 /// Properly remove \p MA from all of MemorySSA's lookup tables.
2102 unsigned long DominatorNum = BlockNumbering.lookup(Dominator);
2105 unsigned long DominateeNum = BlockNumbering.lookup(Dominatee);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h122 return POIndex.lookup(BB);
H A DDenseMap.h200 /// lookup - Return the entry for the specified key, or a default
202 ValueT lookup(const_arg_type_t<KeyT> Val) const { function in class:llvm::DenseMapBase
603 // table completely filled with tombstones, no lookup would ever succeed,
604 // causing infinite loops in lookup.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1021 return g_affix_map.lookup(type_hint);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp460 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE());
860 dwarf->GetForwardDeclDIEToCompilerType().lookup(die.GetDIE()));
1786 dwarf->GetForwardDeclDIEToCompilerType().lookup(die.GetDIE()));
2490 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE());
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp154 return KnownConstants.lookup(V);
H A DArgumentPromotion.cpp361 return OffsetToAlloca.lookup(Offset.getSExtValue());
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp860 // Symbol not found in RuntimeDyld. Fall back to external lookup.
871 MemMgr.lookup(JITSymbolResolver::LookupSet({Symbol}),
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp161 Loop *NewLoopParent = NewLoops.lookup(OldLoop->getParentLoop());
H A DLoopRotationUtils.cpp122 Value *OrigPreHeaderVal = ValueMap.lookup(OrigHeaderVal);
/freebsd-current/contrib/unbound/cachedb/
H A Dcachedb.c115 /* Register an EDNS option (65534) to bypass the worker cache lookup
324 * Hash the query name, type, class and dbacess-secret into lookup buffer.
327 * @param buf: returned buffer with hash to lookup
641 * return true if lookup was successful.
651 if( !(*ie->backend->lookup)(qstate->env, ie, key,
698 /* for testframe bypass this lookup */
714 /* lookup in negative cache; may result in
798 /* lookup inside unbound's internal cache.
803 log_dns_msg("cachedb internal cache lookup",
806 else log_info("cachedb internal cache lookup
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp114 if (OM.lookup(V))
123 // Note: we cannot cache this lookup above, since inserting into the map
183 if (OM.lookup(U.getUser()))
195 ID = OM.lookup(BA->getBasicBlock());
202 auto LID = OM.lookup(LU->getUser());
203 auto RID = OM.lookup(RU->getUser());
H A DLLVMContextImpl.h1407 MDNode *lookup(unsigned ID) const;
1689 return TrailingDPValues.lookup(B);
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4454 nvlist_t *lookup = NULL; local
4490 if (0 == nvlist_lookup_nvlist(fs, "snapprops", &lookup)) {
4491 snapprops_nvlist = fnvlist_lookup_nvlist(lookup,
4496 &lookup)) {
4498 lookup, snapname);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp946 // There are no prior lookup results for the variable itself, because it
1077 // problems with this lookup even if we've been asked to not diagnose a
1144 // If there's no tuple_size specialization or the lookup of 'value' is empty,
1243 // access lookup ...
1288 // if [lookup of member get] finds at least one declaration, the
3399 for (const auto Field : Base->lookup(FieldName)) {
4379 DeclContextLookupResult Result = ClassDecl->lookup(Name);
4404 for (auto *D : ClassDecl->lookup(MemberOrBase)) {
5223 ActiveUnionMember.lookup(Record->getCanonicalDecl()))
5284 Info.AllBaseFields.lookup(Fiel
[all...]
H A DSemaTemplateInstantiateDecl.cpp1089 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
1639 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
1781 = Owner->lookup(ClassTemplate->getDeclName());
1813 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
1865 DeclContext::lookup_result Found = Owner->lookup(VarTemplate->getDeclName());
2409 // add it to the corresponding lookup table.
6327 // it before performing lookup into that context.
6345 // FIXME: If the name is a dependent name, this lookup won't necessarily
6354 DeclContext::lookup_result Found = ParentDC->lookup(Name);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1103 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog);
2386 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog);
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp611 DeclContext::lookup_result R = IDecl->lookup(Property->getDeclName());
641 DeclContext::lookup_result R = ImpDecl->lookup(MD->getDeclName());
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp198 return MDNodeToDieMap.lookup(D);
1227 (DD->useAllLinkageNames() || DU->getAbstractScopeDIEs().lookup(SP)))
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1319 return Def2SubRegIdx.lookup(Def);
1359 if (CodeGenRegisterClass *RC = Def2RC.lookup(Def))
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2874 return SCEVToExpansion.lookup(S);
3085 return InterleaveGroupMap.lookup(Instr);
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table.c67 * `no.type` represents lookup key type (addr, ifp, uid, etc..)
1576 if (ti->lookup == NULL)
1659 return (ti->lookup(ti, paddr, plen, val));
2733 * generic lookup. The key must be
2880 * We register several opcode rewriters for lookup tables.
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c830 ptr->lookup = ipf_rx_lookup;
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1352 const ArgEffect *AE = CalleeSideArgEffects.lookup(idx);

Completed in 356 milliseconds

<<11121314151617181920>>