| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_helper.cpp | 119 DataType sTy = typeOfSize(4, false, isSignedIntType(dTy)); 217 DataType hdTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy)); 245 DataType sTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy));
|
| H A D | 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);
|
| H A D | nv50_ir_print.cpp | 517 ty = typeOfSize(reg.size); 767 it->get()->print(str, sizeof(str), typeOfSize(it->get()->reg.size)); 776 it->get()->print(str, sizeof(str), typeOfSize(it->get()->reg.size));
|
| H A D | 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));
|
| H A D | nv50_ir_inlines.h | 106 static inline DataType typeOfSize(unsigned int size, function in typeref:typename:DataType
|
| H A D | nv50_ir_ra.cpp | 473 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 508 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 522 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 1660 const DataType ty = typeOfSize(lval->reg.size); 1701 const DataType ty = typeOfSize(lval->reg.size); 2091 Instruction *split = new_Instruction(func, OP_SPLIT, typeOfSize(size)); 2127 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); 2547 Instruction *mov = new_Instruction(func, OP_MOV, typeOfSize(size)); 2587 mov = new_Instruction(func, OP_MOV, typeOfSize(size)); 2602 mov = new_Instruction(func, OP_NOP, typeOfSize(siz [all...] |
| H A D | nv50_ir_peephole.cpp | 2735 isAccessSupported(ld->getSrc(0)->reg.file, typeOfSize(size))) 2777 rec->insn->setType(typeOfSize(size)); 2798 isAccessSupported(st->getSrc(0)->reg.file, typeOfSize(size))) 2844 rec->insn->setType(typeOfSize(size)); 3037 st->setType(typeOfSize(rec->size)); 3947 typeOfSize(size1))) { 3971 ld1->setType(typeOfSize(size1)); 3980 ld2->setType(typeOfSize(size2));
|
| H A D | nv50_ir_from_nir.cpp | 280 return typeOfSize(insn->dest.ssa.bit_size / 8, false, isSigned); 282 return typeOfSize(insn->dest.reg.reg->bit_size / 8, false, isSigned); 288 DataType ty = typeOfSize(bitSize / 8, isResultFloat(op), isResultSigned(op)); 325 DataType ty = typeOfSize(bitSize / 8, isFloat, isSigned);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2218 su->dType = typeOfSize(width / 8);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_helper.cpp | 119 DataType sTy = typeOfSize(4, false, isSignedIntType(dTy)); 217 DataType hdTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy)); 245 DataType sTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy));
|
| H A D | nv50_ir_build_util.cpp | 187 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size)); 200 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size)); 283 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1); 291 const DataType fTy = typeOfSize(halfSize * 2); 550 return up->mkLoadv(typeOfSize(eltSize), static_cast<Symbol *>(sym), ptr); 568 const DataType stTy = typeOfSize(value->reg.size); 583 sym->reg.type = typeOfSize(eltSize);
|
| H A D | 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));
|
| H A D | nv50_ir_inlines.h | 106 static inline DataType typeOfSize(unsigned int size, function in typeref:typename:DataType
|
| H A D | nv50_ir_print.cpp | 552 ty = typeOfSize(reg.size); 807 it->get()->print(str, sizeof(str), typeOfSize(it->get()->reg.size)); 816 it->get()->print(str, sizeof(str), typeOfSize(it->get()->reg.size));
|
| H A D | nv50_ir_ra.cpp | 518 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 553 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 567 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 1706 const DataType ty = typeOfSize(lval->reg.size); 1747 const DataType ty = typeOfSize(lval->reg.size); 2141 Instruction *split = new_Instruction(func, OP_SPLIT, typeOfSize(size)); 2177 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); 2625 Instruction *mov = new_Instruction(func, OP_MOV, typeOfSize(size)); 2665 mov = new_Instruction(func, OP_MOV, typeOfSize(size)); 2680 mov = new_Instruction(func, OP_NOP, typeOfSize(siz [all...] |
| H A D | nv50_ir_peephole.cpp | 2788 isAccessSupported(ld->getSrc(0)->reg.file, typeOfSize(size))) 2830 rec->insn->setType(typeOfSize(size)); 2851 isAccessSupported(st->getSrc(0)->reg.file, typeOfSize(size))) 2907 rec->insn->setType(typeOfSize(size)); 3100 st->setType(typeOfSize(rec->size)); 4025 typeOfSize(size1))) { 4049 ld1->setType(typeOfSize(size1)); 4058 ld2->setType(typeOfSize(size2));
|
| H A D | nv50_ir_from_nir.cpp | 296 return typeOfSize(insn->dest.ssa.bit_size / 8, isFloat, isSigned); 298 return typeOfSize(insn->dest.reg.reg->bit_size / 8, isFloat, isSigned); 304 DataType ty = typeOfSize(bitSize / 8, isResultFloat(op), isResultSigned(op)); 341 DataType ty = typeOfSize(bitSize / 8, isFloat, isSigned);
|
| H A D | nv50_ir_lowering_nv50.cpp | 1846 DataType ty = typeOfSize(bytes); 1995 DataType ty = typeOfSize(bytes);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 1738 DataType ty = typeOfSize(typeSizeof(cas->dType) * 2); 2239 su->dType = typeOfSize(width / 8);
|