Home
last modified time | relevance | path

Searched refs:opinfo (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dnode-label.ts25 opinfo: string; property in NodeLabel
29 …ing, sourcePosition: any, origin: any, opcode: string, control: boolean, opinfo: string, type: str…
39 this.opinfo = opinfo;
53 if (this.opinfo != that.opinfo) return false;
65 let title = this.title + "\n" + propsString + "\n" + this.opinfo;
Dsource-resolver.ts626 n.opinfo, n.type);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alugroup.cpp65 auto opinfo = alu_ops.find(instr->opcode()); in add_instruction() local
66 assert(opinfo->second.can_channel(AluOp::t, s_chip_class)); in add_instruction()
81 auto opinfo = alu_ops.find(instr->opcode()); in add_instruction() local
82 assert(opinfo != alu_ops.end()); in add_instruction()
85 opinfo->second.can_channel(AluOp::t, s_chip_class) && in add_instruction()
108 auto opinfo = alu_ops.find(instr->opcode()); in add_trans_instructions() local
109 assert(opinfo != alu_ops.end()); in add_trans_instructions()
111 if (!opinfo->second.can_channel(AluOp::t, s_chip_class)) in add_trans_instructions()
Dsfn_instr_lds.cpp398 for (auto& [op, opinfo] : lds_ops) { in from_string()
399 if (temp_str == opinfo.name) { in from_string()
401 nsrc = opinfo.nsrc; in from_string()
Dsfn_scheduler.cpp828 auto opinfo = alu_ops.find((*i)->opcode()); in collect_ready_alu_vec() local
829 assert(opinfo != alu_ops.end()); in collect_ready_alu_vec()
830 if (opinfo->second.can_channel(AluOp::t, m_chip_class) && in collect_ready_alu_vec()