Searched refs:op_info_map (Results 1 – 3 of 3) sorted by relevance
114 op_info_map = CreateResourceOpInfoMap(); in GetStaticResourceOpInfoMap() local115 return *op_info_map; in GetStaticResourceOpInfoMap()
235 typedef std::map<node*, op_info> op_info_map; typedef239 op_info_map op_map;
520 int16_t op_info_map[D3DSIO_BREAKP + 1]; member3023 for (i = 0; i < ARRAY_SIZE(tx->op_info_map); ++i) in create_op_info_map()3024 tx->op_info_map[i] = -1; in create_op_info_map()3028 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()3031 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()3035 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()3038 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()3295 if (insn->opcode < ARRAY_SIZE(tx->op_info_map)) { in sm1_parse_instruction()3296 int k = tx->op_info_map[insn->opcode]; in sm1_parse_instruction()