HomeSort by relevance Sort by last modified time
    Searched refs:typeOfSize (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.cpp 185 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size));
198 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size));
281 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1);
289 const DataType fTy = typeOfSize(halfSize * 2);
520 return up->mkLoadv(typeOfSize(eltSize), static_cast<Symbol *>(sym), ptr);
538 const DataType stTy = typeOfSize(value->reg.size);
553 sym->reg.type = typeOfSize(eltSize);
nv50_ir_print.cpp 485 ty = typeOfSize(reg.size);
715 it->get()->print(str, sizeof(str), typeOfSize(it->get()->reg.size));
724 it->get()->print(str, sizeof(str), typeOfSize(it->get()->reg.size));
nv50_ir_ssa.cpp 385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size));
430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size));
nv50_ir_inlines.h 106 static inline DataType typeOfSize(unsigned int size,
nv50_ir_ra.cpp 470 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
505 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
519 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
    [all...]
nv50_ir_peephole.cpp     [all...]
nv50_ir_lowering_nvc0.cpp     [all...]

Completed in 100 milliseconds