Searched refs:mkOp (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_gm107.cpp | 142 bld.mkOp(OP_QUADON, TYPE_U32, bar); in handleManualTXD() 214 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleManualTXD()
|
D | nv50_ir_build_util.h | 52 inline Instruction *mkOp(operation, DataType, Value *); 265 BuildUtil::mkOp(operation op, DataType ty, Value *dst) in mkOp() function
|
D | nv50_ir_from_nir.cpp | 1398 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in visit() 1832 mkOp(OP_DISCARD, TYPE_NONE, NULL); in visit() 1843 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, pred); in visit() 2335 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in visit() 2536 Instruction *i0 = mkOp(preOp, dType, tmp); in visit() 2537 Instruction *i1 = mkOp(getOperation(op), dType, newDefs[0]); in visit() 2544 Instruction *i = mkOp(getOperation(op), dType, newDefs[0]); in visit() 2629 Instruction *merge = mkOp(OP_MERGE, dType, newDefs[0]); in visit() 2870 mkOp(OP_NOP, TYPE_NONE, newDefs[i]); in visit()
|
D | nv50_ir_lowering_nv50.cpp | 945 Instruction *dst = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(d)); in handleTXB() 1014 bld.mkOp(OP_QUADON, TYPE_NONE, NULL); in handleTXD() 1053 bld.mkOp(OP_QUADPOP, TYPE_NONE, NULL); in handleTXD() 1056 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleTXD() 2107 …Instruction *merge = bld.mkOp(OP_MERGE, bytes < 4 ? TYPE_U32 : ty, bld.getSSA(bytes < 4 ? 4 : byte… in handleSUSTP()
|
D | nv50_ir_build_util.cpp | 342 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL); in mkClobber()
|
D | nv50_ir_from_tgsi.cpp | 3496 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, val0); in handleInstruction() 3503 mkOp(OP_DISCARD, TYPE_NONE, NULL); in handleInstruction() 3773 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in handleInstruction() 3795 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in handleInstruction() 4234 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_NOT_P, pred); in exportOutputs()
|
D | nv50_ir_lowering_nvc0.cpp | 1228 bld.mkOp(OP_QUADON, TYPE_NONE, NULL); in handleManualTXD() 1278 bld.mkOp(OP_QUADPOP, TYPE_NONE, NULL); in handleManualTXD() 1291 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleManualTXD() 2359 Instruction *red = bld.mkOp(OP_ATOM, su->dType, bld.getSSA()); in handleSurfaceOpNVE4() 2568 Instruction *red = bld.mkOp(OP_ATOM, su->sType, bld.getSSA()); in handleSurfaceOpNVC0()
|