Searched refs:sourceModel (Results 1 – 1 of 1) sorted by relevance
211 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand() local212 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()236 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()244 const Memory* memory = sourceModel.getMemories()[operand.location.poolIndex]; in addOperand()289 const ModelBuilder* model = sourceModel.getReferencedModel(operand); in addOperand()620 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish() local621 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()685 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants() local686 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()690 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()[all …]