Searched refs:lookup (Results 251 - 275 of 625) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h87 return OrigVMap.lookup(From) != To;
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h276 return TimeTraceFiles.lookup(JA);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp79 // Declaring SLS and the callback outside of the call to ES.lookup is a
99 ES.lookup(LookupKind::Static,
H A DELFNixPlatform.cpp372 // Otherwise issue a lookup and re-run this phase when it completes.
470 ES.lookup(
494 auto RuntimeSymbolAddrs = ES.lookup(
505 auto PJDDSOHandle = ES.lookup(
547 if (auto Err = ES.lookup(SearchOrder, DSOHandleSymbol).takeError())
553 "Entry missing after header symbol lookup?");
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp69 AddressPoint = VTableAddressPoints[i->VTableIndex].lookup(i->VTableBase);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp189 // default constructor by DenseMap::lookup.
191 LastEMS = LastMappingSymbols.lookup(Section);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp81 const SVal* X = ExprBindings.lookup(E);
132 // Handle all other Stmt* using a lookup.
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h75 return LibDeviceMap.lookup(Gpu);
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp233 return ReverseMap.lookup(DestPath);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h308 return TE.Cycles.lookup(&MI);
H A DScheduleDAGInstrs.h393 return MISUnitMap.lookup(MI);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h200 if (auto *Token = Tokens.lookup(&I))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h156 return SectionAddress.lookup(Sec);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp899 Node *CalleeN = G.lookup(*Callee);
902 Edge *E = N->lookup(*CalleeN);
935 Node *RefereeN = G.lookup(Referee);
938 Edge *E = N->lookup(*RefereeN);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h85 auto InCache = Cache.lookup(V);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp901 std::string env_debugserver_path = host_env.lookup("LLDB_DEBUGSERVER_PATH");
1064 host_env.lookup("LLDB_DEBUGSERVER_LOG_FILE");
1079 host_env.lookup("LLDB_SERVER_LOG_CHANNELS");
1095 std::string extra_arg = host_env.lookup(env_var_name);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp276 if (Symbol *s = map.lookup(sym))
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp135 V = VMap.lookup(I);
263 V = VMap.lookup(I);
435 if (Value *V = VMap.lookup(InVal))
862 V = VMap.lookup(I);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp201 if (Type *CachedTy = CachedTypes.lookup(V))
/freebsd-current/contrib/one-true-awk/
H A Dproto.h107 extern Cell *lookup(const char *, Array *);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp702 MSD.SectionIndex = RevGroupMap.lookup(&Symbol);
727 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
1024 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection));
1051 sh_link = SectionIndexMap.lookup(Sec);
1165 uint32_t SecIndex = SectionIndexMap.lookup(Member);
1297 if (const MCSymbol *R = Renames.lookup(cast<MCSymbolELF>(Sym)))
1521 if (const MCSymbolELF *R = Renames.lookup(SymA))
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp309 // 3) followed by an OP to make the debugger do a TLS lookup.
1030 // Initialize the worklist and the DIVariable lookup table.
1069 if (DbgVariable *Var = DbgVar.lookup(Dep))
1109 auto Vars = DU->getScopeVariables().lookup(Scope);
1119 for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope))
1134 auto Vars = DU->getScopeVariables().lookup(S);
1179 // shouldn't be found by lookup.
1340 if (auto *AbsSPDie = getAbstractScopeDIEs().lookup(SP))
1397 if (DIE *AbsSPDIE = getAbstractScopeDIEs().lookup(SP)) {
1709 return LexicalBlockDIEs.lookup(L
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp662 /// that dominated values can succeed in their lookup.
1188 return AvailableInvariants.lookup(MemLoc) <= GenAt;
1465 if (auto *KnownCond = AvailableValues.lookup(CondI)) {
1530 if (Value *V = AvailableValues.lookup(&Inst)) {
1580 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand());
1625 std::pair<Instruction *, unsigned> InVal = AvailableCalls.lookup(&Inst);
1657 if (Value *V = AvailableGEPs.lookup(GEPVal)) {
1692 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand());
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c272 lookup (struct tab *, char *);
3077 lookup(struct tab *p, char *cmd)
3211 p = lookup(cmdtab, cbuf);
3236 p = lookup(sitetab, cp);
3479 c = lookup(ctab, s);
3074 lookup(struct tab *p, char *cmd) function
/freebsd-current/sys/kern/
H A Dvfs_cache.c120 * - set vop_cachedlookup to whatever can perform the lookup if the above fails
121 * - if they support lockless lookup (see below), vop_fplookup_vexec and
139 * For lockless case forward lookup avoids any writes to shared areas apart
153 * Reverse lookup (e.g., "getcwd") fully scales provided it is fully cached --
168 * dtrace -n 'vfs:fplookup:lookup:done { @[arg1, arg2] = count(); }'
191 * distinct places (evicting on lookup, adding in a later VOP) making it
214 * === SMR-only lookup
217 * lockless lookup could refrain from refing/locking the found vnode and
229 * at times. Removing sdt probes altogether gives over 2% boost in lookup rate.
238 * API itself is rather pessimal for path lookup, acceptin
[all...]

Completed in 241 milliseconds

<<11121314151617181920>>