Searched refs:sourceModel (Results 1 – 1 of 1) sorted by relevance
470 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand() local471 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()495 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()499 const RuntimeMemory* memory = sourceModel.getMemories()[operand.location.poolIndex]; in addOperand()540 const ModelBuilder* model = sourceModel.getReferencedModel(operand); in addOperand()927 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish() local928 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()1015 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants() local1016 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()1020 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()[all …]