Lines Matching refs:sourceModel
430 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand() local
431 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() local
885 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()
970 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants() local
971 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()
975 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()
985 .memory = sourceModel->getMemories()[location.poolIndex], in findControlFlowBoundaryConstants()