Searched refs:OP_ATOM (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 310 case OP_ATOM: in getReadLatency()
|
D | nv50_ir_target_nv50.cpp | 288 ((i->op != OP_ATOM && i->op != OP_LOAD) || in insnCanLoad() 410 if (i->op == OP_LOAD || i->op == OP_STORE || i->op == OP_ATOM) { in insnCanLoadOffset()
|
D | nv50_ir_peephole.cpp | 40 if (op == OP_ATOM) in isNop() 68 op == OP_ATOM || in isDead() 3209 if (ldst->op == OP_ATOM || ldst->op == OP_CCTL) { in runOpt() 3453 ((insn->op != OP_LOAD && insn->op != OP_STORE && insn->op != OP_ATOM) || in visit() 3769 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) { in isResultEqual() 3951 if (i->op == OP_ATOM || in visit() 3958 if (i->op == OP_ATOM && i->subOp == NV50_IR_SUBOP_ATOM_EXCH) { in visit()
|
D | nv50_ir_print.cpp | 664 case OP_ATOM: in print()
|
D | nv50_ir_target_gv100.cpp | 229 case OP_ATOM: in getOpInfo()
|
D | nv50_ir_lowering_nv50.cpp | 1601 if (i->op == OP_ATOM) in handleLDST() 1969 OP_ATOM, su->dType, su->getDef(0), in handleSUREDP() 2230 case OP_ATOM: in visit()
|
D | nv50_ir.h | 161 OP_ATOM, enumerator
|
D | nv50_ir_from_nir.cpp | 2088 Instruction *atom = mkOp2(OP_ATOM, dType, newDefs[0], sym, getSrc(&insn->src[1], 0)); in visit() 2114 Instruction *atom = mkOp2(OP_ATOM, dType, newDefs[0], sym, in visit() 2143 mkOp2(OP_ATOM, dType, newDefs[0], sym, getSrc(&insn->src[1], 0)); in visit()
|
D | nv50_ir_lowering_nvc0.cpp | 2369 Instruction *red = bld.mkOp(OP_ATOM, su->dType, bld.getSSA()); in handleSurfaceOpNVE4() 2580 Instruction *red = bld.mkOp(OP_ATOM, su->sType, bld.getSSA()); in handleSurfaceOpNVC0() 3357 case OP_ATOM: in visit()
|
D | nv50_ir_emit_gv100.cpp | 1781 case OP_ATOM: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 2120 case OP_ATOM: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 2957 insn = mkOp3(OP_ATOM, ty, dst, sym, fetchSrc(2, c), fetchSrc(3, c)); in handleATOM() 2959 insn = mkOp2(OP_ATOM, ty, dst, sym, fetchSrc(2, c)); in handleATOM()
|
D | nv50_ir_emit_gk110.cpp | 2725 case OP_ATOM: in emitInstruction()
|
D | nv50_ir_ra.cpp | 2599 if (i->op == OP_ATOM && i->subOp == NV50_IR_SUBOP_ATOM_CAS && in visit()
|
D | nv50_ir_emit_nvc0.cpp | 2866 case OP_ATOM: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3661 case OP_ATOM: in emitInstruction()
|