Searched refs:OP_LOAD (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 400 (insn->op != OP_LOAD || insn->subOp != NV50_IR_SUBOP_LDC_IS)) in insnCanLoadOffset() 531 case OP_LOAD: in getLatency() 545 if (i->op == OP_LOAD) { in getLatency()
|
D | nv50_ir_target_gm107.cpp | 298 case OP_LOAD: in getReadLatency()
|
D | nv50_ir_target_nv50.cpp | 396 if (i->op == OP_LOAD || i->op == OP_STORE) { in insnCanLoadOffset() 512 if (i->op == OP_LOAD) { in getLatency()
|
D | nv50_ir_peephole.cpp | 165 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST; in isCSpaceLoad() 185 (ld->op == OP_LOAD && in isAttribOrSharedLoad() 263 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV)) in visit() 2494 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) in getList() 2520 if (it->locked && insn->op != OP_LOAD) in findRecord() 2722 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { in runOpt() 2841 if (ld->op != OP_MOV && ld->op != OP_LOAD) in isConstantCondition() 2988 ((insn->op != OP_LOAD && insn->op != OP_STORE && insn->op != OP_ATOM) || in visit() 3248 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) { in isResultEqual() 3424 (i->op == OP_VFETCH || i->op == OP_LOAD)) { in visit() [all …]
|
D | nv50_ir_lowering_gm107.cpp | 84 case OP_LOAD: in visit()
|
D | nv50_ir_print.cpp | 589 case OP_LOAD: in print()
|
D | nv50_ir_build_util.cpp | 109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad()
|
D | nv50_ir_ra.cpp | 1672 ld = new_Instruction(func, OP_LOAD, ty); in unspill() 1681 Instruction *l = new_Instruction(func, OP_LOAD, TYPE_U32); in unspill() 2277 if (i->op == OP_LOAD || i->op == OP_VFETCH) { in visit()
|
D | nv50_ir_lowering_nv50.cpp | 1187 bld.mkOp1(OP_LOAD, TYPE_U16, x, in handleRDSV() 1426 case OP_LOAD: in visit()
|
D | nv50_ir.h | 50 OP_LOAD, enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 607 if (i->op == OP_LOAD && i->subOp == NV50_IR_SUBOP_LDC_IS) { in visit() 2711 case OP_LOAD: in visit()
|
D | nv50_ir_emit_nv50.cpp | 1868 case OP_LOAD: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2396 case OP_LOAD: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2594 case OP_LOAD: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3239 case OP_LOAD: in emitInstruction()
|