Home
last modified time | relevance | path

Searched refs:OP_LOAD (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp549 case OP_LOAD: in getLatency()
563 if (i->op == OP_LOAD) { in getLatency()
Dnv50_ir_lowering_nvc0.cpp1091 case OP_LOAD: in visit()
Dnv50_ir_emit_nvc0.cpp1581 case OP_LOAD: in emitInstruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp132 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST; in isCSpaceLoad()
148 (ld->op == OP_LOAD && in isAttribOrSharedLoad()
208 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV)) in visit()
1491 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) in getList()
1517 if (it->locked && insn->op != OP_LOAD) in findRecord()
1719 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { in runOpt()
1816 if (ld->op != OP_MOV && ld->op != OP_LOAD) in isConstantCondition()
1942 ((insn->op != OP_LOAD && insn->op != OP_STORE) || in visit()
2113 if (op == OP_LOAD || op == OP_VFETCH) { in isResultEqual()
2283 if (i->defExists(1) && (i->op == OP_VFETCH || i->op == OP_LOAD)) { in visit()
Dnv50_ir_target_nv50.cpp464 if (i->op == OP_LOAD) { in getLatency()
Dnv50_ir_build_util.cpp109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad()
Dnv50_ir.h49 OP_LOAD, enumerator
Dnv50_ir_ra.cpp1464 ld = new_Instruction(func, OP_LOAD, ty); in unspill()
1923 if (i->op == OP_LOAD || i->op == OP_VFETCH) { in visit()
Dnv50_ir_lowering_nv50.cpp922 bld.mkOp1(OP_LOAD, TYPE_U16, x, in handleRDSV()
Dnv50_ir_emit_nv50.cpp1547 case OP_LOAD: in emitInstruction()
Dnv50_ir_from_sm4.cpp551 case SM4_TARGET_RAW_BUFFER: *opr = OP_LOAD; break; in cvtTexTarget()