P4C
The P4 Compiler
Loading...
Searching...
No Matches
infer_payload_offset.h
1
19#ifndef BF_P4C_PARDE_INFER_PAYLOAD_OFFSET_H_
20#define BF_P4C_PARDE_INFER_PAYLOAD_OFFSET_H_
21
22#include "backends/tofino/bf-p4c/common/field_defuse.h"
23#include "backends/tofino/bf-p4c/parde/parde_utils.h"
24#include "backends/tofino/bf-p4c/parde/parde_visitor.h"
25#include "ir/ir.h"
26
109 public:
110 InferPayloadOffset(const PhvInfo &phv, const FieldDefUse &defuse);
111};
112
113#endif /* BF_P4C_PARDE_INFER_PAYLOAD_OFFSET_H_ */
Definition ir/pass_manager.h:40
Definition phv_fields.h:1095
Definition field_defuse.h:77
Definition infer_payload_offset.h:108