P4C
The P4 Compiler
Toggle main menu visibility
Main Page
P4C Repository Organization
Getting Started
P4C Intermediate Representation (IR)
Frontend
Midend
Backends
Behavioral Model Backend
DPDK Backend
eBPF Backend
TC Backend
uBPF Backend
P4test Backend
Graphs Backend
p4fmt (P4 Formatter)
P4Tools
P4Smith
P4Testgen
Contribute to the P4 Compiler Project
Releases
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
w
x
z
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
x
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Enumerations
Enumerator
Related Symbols
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
lower_parser.h
1
18
19
#ifndef BACKENDS_TOFINO_BF_P4C_PARDE_LOWER_PARSER_H_
20
#define BACKENDS_TOFINO_BF_P4C_PARDE_LOWER_PARSER_H_
21
22
#include "backends/tofino/bf-p4c/common/utils.h"
23
#include "backends/tofino/bf-p4c/logging/pass_manager.h"
24
#include "backends/tofino/bf-p4c/logging/phv_logging.h"
25
#include "backends/tofino/bf-p4c/parde/parser_header_sequences.h"
26
#include "ir/ir.h"
27
28
class
ClotInfo
;
29
class
PhvInfo
;
30
class
FieldDefUse
;
31
54
class
LowerParser :
public
Logging::PassManager
{
55
private
:
57
std::map<gress_t, std::set<PHV::Container>> origParserZeroInitContainers;
58
59
public
:
60
explicit
LowerParser(
const
PhvInfo
&phv,
ClotInfo
&clot,
const
FieldDefUse
&defuse,
61
const
ParserHeaderSequences
&parserHeaderSeqs,
62
PhvLogging::CollectDefUseInfo
*defuseInfo);
63
};
54
class
LowerParser :
public
Logging::PassManager
{
…
};
64
65
#endif
/* BACKENDS_TOFINO_BF_P4C_PARDE_LOWER_PARSER_H_ */
ClotInfo
Definition
clot_info.h:41
Logging::PassManager
Definition
backends/tofino/bf-p4c/logging/pass_manager.h:36
ParserHeaderSequences
Identify parsed header sequences.
Definition
parser_header_sequences.h:42
PhvInfo
Definition
phv_fields.h:1095
PhvLogging::CollectDefUseInfo
Definition
phv_logging.h:157
FieldDefUse
Definition
field_defuse.h:77
backends
tofino
bf-p4c
parde
lower_parser.h
Generated by
1.13.0