Searched refs:OP_BAR (Results 1 - 25 of 28) sorted by relevance
12
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_print.cpp | 658 case OP_BAR:
|
| H A D | nv50_ir_target_nv50.cpp | 130 OP_SUREDB, OP_BAR
|
| H A D | nv50_ir.h | 156 OP_BAR, // execution barrier, sources = { id, thread count, predicate } enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_target_nvc0.cpp | 213 OP_SUREDB, OP_BAR
|
| H A D | nv50_ir_lowering_nv50.cpp | 316 if (i->op != OP_PFETCH && i->op != OP_BAR &&
|
| H A D | nv50_ir_emit_gm107.cpp | 3666 case OP_BAR: 4077 insn->op == OP_BAR ||
|
| H A D | nv50_ir_emit_gk110.cpp | 2712 case OP_BAR:
|
| H A D | nv50_ir_emit_nv50.cpp | 2036 case OP_BAR:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2906 case OP_BAR:
|
| H A D | nv50_ir_from_nir.cpp | 2587 Instruction *bar = mkOp2(OP_BAR, TYPE_U32, NULL, mkImm(0), mkImm(0));
|
| H A D | nv50_ir_lowering_nvc0.cpp | 838 if (i->op == OP_BAR && i->subOp == NV50_IR_SUBOP_BAR_SYNC &&
|
| H A D | nv50_ir_from_tgsi.cpp | 3756 geni = mkOp2(OP_BAR, TYPE_U32, NULL, mkImm(0), mkImm(0));
|
| H A D | nv50_ir_peephole.cpp | 3134 ldst->op == OP_BAR ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_nv50.cpp | 130 OP_SUREDB, OP_BAR
|
| H A D | nv50_ir.h | 162 OP_BAR, // execution barrier, sources = { id, thread count, predicate } enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_print.cpp | 698 case OP_BAR:
|
| H A D | nv50_ir_target_gv100.cpp | 238 case OP_BAR: return &opInfo_BAR;
|
| H A D | nv50_ir_target_nvc0.cpp | 213 OP_SUREDB, OP_BAR
|
| H A D | nv50_ir_emit_gv100.cpp | 1763 case OP_BAR:
|
| H A D | nv50_ir_emit_gm107.cpp | 3739 case OP_BAR: 4000 insn->op == OP_BAR ||
|
| H A D | nv50_ir_lowering_nv50.cpp | 339 if (i->op != OP_PFETCH && i->op != OP_BAR && 1651 i->op = OP_BAR;
|
| H A D | nv50_ir_emit_gk110.cpp | 2719 case OP_BAR:
|
| H A D | nv50_ir_emit_nv50.cpp | 2123 case OP_BAR:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2913 case OP_BAR:
|
| H A D | nv50_ir_from_nir.cpp | 2325 Instruction *bar = mkOp2(OP_BAR, TYPE_U32, NULL, mkImm(0), mkImm(0));
|
Completed in 76 milliseconds
12