Searched refs:sourceModel (Results 1 – 1 of 1) sorted by relevance
430 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand() local431 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()455 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()459 const RuntimeMemory* memory = sourceModel.getMemories()[operand.location.poolIndex]; in addOperand()500 const ModelBuilder* model = sourceModel.getReferencedModel(operand); in addOperand()884 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish() local885 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()970 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants() local971 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()975 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()[all …]