Searched refs:index_node (Results 1 – 2 of 2) sorted by relevance
1281 Node* index_node = node->InputAt(1); in ProcessLoadElement() local1282 NumberMatcher index(index_node); in ProcessLoadElement()1283 DCHECK(index_node->opcode() != IrOpcode::kInt32Constant && in ProcessLoadElement()1284 index_node->opcode() != IrOpcode::kInt64Constant && in ProcessLoadElement()1285 index_node->opcode() != IrOpcode::kFloat32Constant && in ProcessLoadElement()1286 index_node->opcode() != IrOpcode::kFloat64Constant); in ProcessLoadElement()1315 from->id(), from->op()->mnemonic(), node->id(), index_node->id(), in ProcessLoadElement()1316 index_node->op()->mnemonic()); in ProcessLoadElement()1343 Node* index_node = node->InputAt(1); in ProcessStoreElement() local1344 NumberMatcher index(index_node); in ProcessStoreElement()[all …]
2300 CvFileNode* index_node = cvGetFileNodeByName( fs, df_elem, "index" ); in read() local2301 if( !index_node ) in read()2305 CV_ASSERT( sv_count == 1 || CV_NODE_IS_SEQ(index_node->tag) && in read()2306 index_node->data.seq->total == sv_count ); in read()2307 CV_CALL( cvReadRawData( fs, index_node, df[i].sv_index, "i" )); in read()