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 | 399 (insn->op != OP_LOAD || insn->subOp != NV50_IR_SUBOP_LDC_IS)) in insnCanLoadOffset() 530 case OP_LOAD: in getLatency() 544 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() 2680 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) in getList() 2706 if (it->locked && insn->op != OP_LOAD && insn->op != OP_VFETCH) in findRecord() 2912 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { in runOpt() 3031 if (ld->op != OP_MOV && ld->op != OP_LOAD) in isConstantCondition() 3178 ((insn->op != OP_LOAD && insn->op != OP_STORE && insn->op != OP_ATOM) || in visit() 3489 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) { in isResultEqual() 3665 (i->op == OP_VFETCH || i->op == OP_LOAD)) { in visit() [all …]
|
D | nv50_ir_lowering_gm107.cpp | 86 case OP_LOAD: in visit()
|
D | nv50_ir_ra.cpp | 1670 ld = new_Instruction(func, OP_LOAD, ty); in unspill() 1679 Instruction *l = new_Instruction(func, OP_LOAD, TYPE_U32); in unspill() 2275 if (i->op == OP_LOAD || i->op == OP_VFETCH) { in visit() 2336 bool load = defi->op == OP_LOAD && in insertConstraintMoves() 2358 mov->op = OP_LOAD; in insertConstraintMoves()
|
D | nv50_ir_print.cpp | 593 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_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 | 56 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV) || in handleDIV() 746 if (i->op == OP_LOAD && i->subOp == NV50_IR_SUBOP_LDC_IS) { in visit() 2891 case OP_LOAD: in visit()
|
D | nv50_ir_emit_nv50.cpp | 1868 case OP_LOAD: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2512 case OP_LOAD: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2686 case OP_LOAD: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3345 case OP_LOAD: in emitInstruction()
|