Searched refs:op_info_map (Results 1 – 3 of 3) sorted by relevance
119 op_info_map = CreateResourceOpInfoMap(); in GetStaticResourceOpInfoMap() local120 return *op_info_map; in GetStaticResourceOpInfoMap()
235 typedef std::map<node*, op_info> op_info_map; typedef239 op_info_map op_map;
524 int16_t op_info_map[D3DSIO_BREAKP + 1]; member3175 for (i = 0; i < ARRAY_SIZE(tx->op_info_map); ++i) in create_op_info_map()3176 tx->op_info_map[i] = -1; in create_op_info_map()3180 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()3183 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()3187 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()3190 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()3447 if (insn->opcode < ARRAY_SIZE(tx->op_info_map)) { in sm1_parse_instruction()3448 int k = tx->op_info_map[insn->opcode]; in sm1_parse_instruction()