Searched refs:mkOp (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/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 | 1412 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in visit() 1850 mkOp(OP_DISCARD, TYPE_NONE, NULL); in visit() 1861 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, pred); in visit() 2365 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in visit() 2566 Instruction *i0 = mkOp(preOp, dType, tmp); in visit() 2567 Instruction *i1 = mkOp(getOperation(op), dType, newDefs[0]); in visit() 2574 Instruction *i = mkOp(getOperation(op), dType, newDefs[0]); in visit() 2670 Instruction *merge = mkOp(OP_MERGE, dType, newDefs[0]); in visit() 2911 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 | 3500 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, val0); in handleInstruction() 3507 mkOp(OP_DISCARD, TYPE_NONE, NULL); in handleInstruction() 3779 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in handleInstruction() 3801 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in handleInstruction() 4240 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() 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()
|