CIRCT
20.0.0git
|
Functions | |
LogicalResult | verifySameOperandsIntTypeKind (Operation *op) |
FIRRTLType | inferAddSubResult (FIRRTLType lhs, FIRRTLType rhs, std::optional< Location > loc) |
FIRRTLType | inferBitwiseResult (FIRRTLType lhs, FIRRTLType rhs, std::optional< Location > loc) |
FIRRTLType | inferElementwiseResult (FIRRTLType lhs, FIRRTLType rhs, std::optional< Location > loc) |
FIRRTLType | inferComparisonResult (FIRRTLType lhs, FIRRTLType rhs, std::optional< Location > loc) |
FIRRTLType | inferReductionResult (FIRRTLType arg, std::optional< Location > loc) |
FIRRTLType circt::firrtl::impl::inferAddSubResult | ( | FIRRTLType | lhs, |
FIRRTLType | rhs, | ||
std::optional< Location > | loc | ||
) |
FIRRTLType circt::firrtl::impl::inferBitwiseResult | ( | FIRRTLType | lhs, |
FIRRTLType | rhs, | ||
std::optional< Location > | loc | ||
) |
FIRRTLType circt::firrtl::impl::inferComparisonResult | ( | FIRRTLType | lhs, |
FIRRTLType | rhs, | ||
std::optional< Location > | loc | ||
) |
FIRRTLType circt::firrtl::impl::inferElementwiseResult | ( | FIRRTLType | lhs, |
FIRRTLType | rhs, | ||
std::optional< Location > | loc | ||
) |
FIRRTLType circt::firrtl::impl::inferReductionResult | ( | FIRRTLType | arg, |
std::optional< Location > | loc | ||
) |
LogicalResult circt::firrtl::impl::verifySameOperandsIntTypeKind | ( | Operation * | op | ) |