Searched refs:OP_VFETCH (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.cpp329 case OP_VFETCH:
H A Dnv50_ir_peephole.cpp184 (ld->op == OP_VFETCH ||
2884 if (insn->op == OP_LOAD || insn->op == OP_VFETCH)
2910 if (it->locked && insn->op != OP_LOAD && insn->op != OP_VFETCH)
3116 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) {
3698 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) {
3875 (i->op == OP_VFETCH || i->op == OP_LOAD)) {
H A Dnv50_ir.h111 OP_VFETCH, // indirection 0 in attribute space, indirection 1 is vertex base enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp141 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym);
H A Dnv50_ir_lowering_nvc0.cpp2591 i->op = OP_VFETCH;
2593 i->op = OP_VFETCH;
2653 i->op = OP_VFETCH;
3172 (i->op == OP_VFETCH || i->op == OP_EXPORT) &&
H A Dnv50_ir_target_nvc0.cpp577 case OP_VFETCH:
H A Dnv50_ir_emit_gk110.cpp2527 case OP_VFETCH:
H A Dnv50_ir_emit_nv50.cpp1867 case OP_VFETCH:
H A Dnv50_ir_emit_gm107.cpp3600 case OP_VFETCH:
H A Dnv50_ir_emit_nvc0.cpp2703 case OP_VFETCH:
H A Dnv50_ir_ra.cpp2503 if (i->op == OP_LOAD || i->op == OP_VFETCH) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.cpp329 case OP_VFETCH:
H A Dnv50_ir_peephole.cpp184 (ld->op == OP_VFETCH ||
2947 if (insn->op == OP_LOAD || insn->op == OP_VFETCH)
2973 if (it->locked && insn->op != OP_LOAD && insn->op != OP_VFETCH)
3179 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) {
3772 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) {
3950 (i->op == OP_VFETCH || i->op == OP_LOAD)) {
H A Dnv50_ir.h113 OP_VFETCH, // indirection 0 in attribute space, indirection 1 is vertex base enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp143 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym);
H A Dnv50_ir_target_gv100.cpp400 case OP_VFETCH: return &opInfo_ALD;
H A Dnv50_ir_target_nvc0.cpp587 case OP_VFETCH:
H A Dnv50_ir_lowering_nvc0.cpp2805 i->op = OP_VFETCH;
2807 i->op = OP_VFETCH;
2867 i->op = OP_VFETCH;
3386 (i->op == OP_VFETCH || i->op == OP_EXPORT) &&
H A Dnv50_ir_emit_gv100.cpp2005 case OP_VFETCH:
H A Dnv50_ir_emit_gk110.cpp2534 case OP_VFETCH:
H A Dnv50_ir_emit_nv50.cpp1954 case OP_VFETCH:
H A Dnv50_ir_emit_gm107.cpp3673 case OP_VFETCH:
H A Dnv50_ir_emit_nvc0.cpp2710 case OP_VFETCH:
H A Dnv50_ir_ra.cpp2567 if (i->op == OP_LOAD || i->op == OP_VFETCH) {

Completed in 62 milliseconds