|
CIRCT 22.0.0git
|
This is the complete list of members for circt::BinaryTruthTable, including all inherited members.
| applyInputNegation(unsigned mask) const | circt::BinaryTruthTable | |
| applyOutputNegation(unsigned negation) const | circt::BinaryTruthTable | |
| applyPermutation(ArrayRef< unsigned > permutation) const | circt::BinaryTruthTable | |
| BinaryTruthTable() | circt::BinaryTruthTable | inline |
| BinaryTruthTable(unsigned numInputs, unsigned numOutputs, const llvm::APInt &table) | circt::BinaryTruthTable | inline |
| BinaryTruthTable(unsigned numInputs, unsigned numOutputs) | circt::BinaryTruthTable | inline |
| dump(llvm::raw_ostream &os=llvm::errs()) const | circt::BinaryTruthTable | |
| getOutput(const llvm::APInt &input) const | circt::BinaryTruthTable | |
| isLexicographicallySmaller(const BinaryTruthTable &other) const | circt::BinaryTruthTable | |
| numInputs | circt::BinaryTruthTable | |
| numOutputs | circt::BinaryTruthTable | |
| operator==(const BinaryTruthTable &other) const | circt::BinaryTruthTable | |
| setOutput(const llvm::APInt &input, const llvm::APInt &output) | circt::BinaryTruthTable | |
| table | circt::BinaryTruthTable |