Home
last modified time | relevance | path

Searched refs:IR_PHYSICAL_LITERAL (Results 1 – 6 of 6) sorted by relevance

/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dfold.cc68 if (e->is(IR_PHYSICAL_LITERAL)) in evaluate_locally_static_universal_integer()
/dports/cad/freehdl/freehdl-0.0.7/fire/
H A Dfire-chunk.cc358 IR_PHYSICAL_LITERAL,
1216 IR_PHYSICAL_LITERAL,
1231 IR_PHYSICAL_LITERAL,
3706 tree_kind IIR_PhysicalLiteral::kind () { return IR_PHYSICAL_LITERAL; } in kind()
3997 IR_PHYSICAL_LITERAL,
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-cdfg-expr.cc261 if (ale->is(IR_PHYSICAL_LITERAL)) { in m_cdfg_emit_expr()
H A Dv2cc-expr.cc587 if (ale->is(IR_PHYSICAL_LITERAL)) { in m_emit_expr()
/dports/cad/freehdl/freehdl-0.0.7/examples/v2c/
H A Dv2c.cc1456 if (ale->is(IR_PHYSICAL_LITERAL)) in m_emit_expr()
1461 if (ale->is(IR_PHYSICAL_LITERAL)) in m_emit_expr()
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dfire-chunk.h528 #define IR_PHYSICAL_LITERAL (&IR_PHYSICAL_LITERAL_kind_info) macro