Searched refs:new_Instruction (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp68 Instruction *insn = new_Instruction(func, op, ty);
81 Instruction *insn = new_Instruction(func, op, ty);
95 Instruction *insn = new_Instruction(func, op, ty);
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty);
125 Instruction *insn = new_Instruction(func, op, ty);
173 Instruction *insn = new_Instruction(func, OP_MOV, ty);
185 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size));
198 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size));
212 Instruction *insn = new_Instruction(func, op, dstTy);
H A Dnv50_ir_ra.cpp370 mov = new_Instruction(func, OP_MOV, TYPE_U32);
402 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
416 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
1442 st = new_Instruction(func, OP_STORE, ty);
1447 st = new_Instruction(func, OP_CVT, ty);
1464 ld = new_Instruction(func, OP_LOAD, ty);
1466 ld = new_Instruction(func, OP_CVT, ty);
1722 cst = new_Instruction(func, OP_CONSTRAINT, i->dType);
1740 Instruction *hzd = new_Instruction(func, OP_NOP, TYPE_NONE);
1759 Instruction *split = new_Instruction(fun
[all...]
H A Dnv50_ir_ssa.cpp384 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size));
429 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size));
H A Dnv50_ir_build_util.h251 Instruction *insn = new_Instruction(func, op, ty);
H A Dnv50_ir_util.h59 #define new_Instruction(f, args...) \ macro
H A Dnv50_ir.cpp717 i = new_Instruction(pol.context(), op, dType);
H A Dnv50_ir_from_sm4.cpp1219 Instruction *insn = new_Instruction(func, opr, TYPE_F32);
H A Dnv50_ir_from_tgsi.cpp1211 Instruction *insn = new_Instruction(func, op, TYPE_F32);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp68 Instruction *insn = new_Instruction(func, op, ty);
81 Instruction *insn = new_Instruction(func, op, ty);
95 Instruction *insn = new_Instruction(func, op, ty);
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty);
125 Instruction *insn = new_Instruction(func, op, ty);
173 Instruction *insn = new_Instruction(func, OP_MOV, ty);
185 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size));
198 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size));
212 Instruction *insn = new_Instruction(func, op, dstTy);
H A Dnv50_ir_ra.cpp370 mov = new_Instruction(func, OP_MOV, TYPE_U32);
402 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
416 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
1442 st = new_Instruction(func, OP_STORE, ty);
1447 st = new_Instruction(func, OP_CVT, ty);
1464 ld = new_Instruction(func, OP_LOAD, ty);
1466 ld = new_Instruction(func, OP_CVT, ty);
1722 cst = new_Instruction(func, OP_CONSTRAINT, i->dType);
1740 Instruction *hzd = new_Instruction(func, OP_NOP, TYPE_NONE);
1759 Instruction *split = new_Instruction(fun
[all...]
H A Dnv50_ir_ssa.cpp384 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size));
429 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size));
H A Dnv50_ir_build_util.h251 Instruction *insn = new_Instruction(func, op, ty);
H A Dnv50_ir_util.h59 #define new_Instruction(f, args...) \ macro
H A Dnv50_ir.cpp717 i = new_Instruction(pol.context(), op, dType);
H A Dnv50_ir_from_sm4.cpp1219 Instruction *insn = new_Instruction(func, opr, TYPE_F32);
H A Dnv50_ir_from_tgsi.cpp1211 Instruction *insn = new_Instruction(func, op, TYPE_F32);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp362 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp362 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE);

Completed in 626 milliseconds