addBlockArgGroup(Block *from, Block *to, calyx::GroupOp grp) | circt::calyx::ComponentLoweringStateInterface | |
addBlockArgReg(Block *block, calyx::RegisterOp reg, unsigned idx) | circt::calyx::ComponentLoweringStateInterface | |
addInstance(StringRef calleeName, InstanceOp instanceOp) | circt::calyx::ComponentLoweringStateInterface | |
addReturnReg(calyx::RegisterOp reg, unsigned idx) | circt::calyx::ComponentLoweringStateInterface | |
blockArgGroups | circt::calyx::ComponentLoweringStateInterface | private |
blockArgRegs | circt::calyx::ComponentLoweringStateInterface | private |
component | circt::calyx::ComponentLoweringStateInterface | private |
ComponentLoweringStateInterface(calyx::ComponentOp component) | circt::calyx::ComponentLoweringStateInterface | |
funcOpResultMapping | circt::calyx::ComponentLoweringStateInterface | private |
getBlockArgGroups(Block *from, Block *to) | circt::calyx::ComponentLoweringStateInterface | |
getBlockArgRegs(Block *block) | circt::calyx::ComponentLoweringStateInterface | |
getComponentOp() | circt::calyx::ComponentLoweringStateInterface | |
getEvaluatingGroup(Value v) | circt::calyx::ComponentLoweringStateInterface | inline |
getFuncOpResultMapping(unsigned funcReturnIdx) | circt::calyx::ComponentLoweringStateInterface | |
getInstance(StringRef calleeName) | circt::calyx::ComponentLoweringStateInterface | |
getMemoryInterface(Value memref) | circt::calyx::ComponentLoweringStateInterface | |
getNewLibraryOpInstance(OpBuilder &builder, Location loc, TypeRange resTypes) | circt::calyx::ComponentLoweringStateInterface | inline |
getReturnReg(unsigned idx) | circt::calyx::ComponentLoweringStateInterface | |
getUniqueName(StringRef prefix) | circt::calyx::ComponentLoweringStateInterface | |
getUniqueName(Operation *op) | circt::calyx::ComponentLoweringStateInterface | |
instanceMap | circt::calyx::ComponentLoweringStateInterface | private |
isInputPortOfMemory(Value v) | circt::calyx::ComponentLoweringStateInterface | |
memories | circt::calyx::ComponentLoweringStateInterface | private |
opNames | circt::calyx::ComponentLoweringStateInterface | private |
prefixIdMap | circt::calyx::ComponentLoweringStateInterface | private |
registerEvaluatingGroup(Value v, calyx::GroupInterface group) | circt::calyx::ComponentLoweringStateInterface | |
registerMemoryInterface(Value memref, const calyx::MemoryInterface &memoryInterface) | circt::calyx::ComponentLoweringStateInterface | |
returnRegs | circt::calyx::ComponentLoweringStateInterface | private |
setFuncOpResultMapping(const DenseMap< unsigned, unsigned > &mapping) | circt::calyx::ComponentLoweringStateInterface | |
setUniqueName(Operation *op, StringRef prefix) | circt::calyx::ComponentLoweringStateInterface | |
valueGroupAssigns | circt::calyx::ComponentLoweringStateInterface | private |
~ComponentLoweringStateInterface() | circt::calyx::ComponentLoweringStateInterface | |