OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Forward
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
misc.h
32
struct
Forward
{
34
int listen_port; /* Port to
forward
. */
43
int forward_equals(const struct
Forward
*, const struct
Forward
*);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AliasSetTracker.h
114
if (AS->
Forward
) {
143
AliasSet *
Forward
= nullptr;
211
bool isForwardingAliasSet() const { return
Forward
; }
234
/// Define an iterator for alias sets... this is just a
forward
iterator.
286
if (!
Forward
) return this;
288
AliasSet *Dest =
Forward
->getForwardedTarget(AST);
289
if (Dest !=
Forward
) {
291
Forward
->dropRef(AST);
292
Forward
= Dest;
LoopAccessAnalysis.h
115
// Lexically
forward
.
117
// FIXME: If we only have loop-independent
forward
dependences (e.g. a
120
// enumerating loop-independent
forward
dependences in
124
Forward
,
125
//
Forward
, but if vectorized, is likely to prevent store-to-load
158
/// Lexically
forward
dependence.
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp
551
RS.
forward
(MI);
605
const TargetRegisterClass *RC, bool
Forward
) {
635
if (!
Forward
)
640
if (!
Forward
)
879
const bool
Forward
= RI.getHWRegIndex(DestReg) <= RI.getHWRegIndex(SrcReg);
885
expandSGPRCopy(*this, MBB, MI, DL, DestReg, SrcReg, KillSrc, RC,
Forward
);
923
if (
Forward
)
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026