Searched refs:isOpSupported (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gm107.h | 18 virtual bool isOpSupported(operation, DataType) const;
|
D | nv50_ir_target_gv100.h | 40 virtual bool isOpSupported(operation, DataType) const;
|
D | nv50_ir_target_nv50.h | 52 virtual bool isOpSupported(operation, DataType) const;
|
D | nv50_ir_target_nvc0.h | 57 virtual bool isOpSupported(operation, DataType) const;
|
D | nv50_ir_target_gm107.cpp | 55 TargetGM107::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetGM107
|
D | nv50_ir_target.h | 224 virtual bool isOpSupported(operation, DataType) const = 0;
|
D | nv50_ir_peephole.cpp | 1021 target->isOpSupported(OP_SHLADD, TYPE_U32)) { in createMul() 1039 target->isOpSupported(OP_XMAD, TYPE_U32)) { in createMul() 1417 if (!prog->getTarget()->isOpSupported(cmp->op, TYPE_F32)) in opnd() 1436 } else if (prog->getTarget()->isOpSupported(OP_EXTBF, TYPE_U32) && in opnd() 1836 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType)) in handleABS() 1884 if (!add->precise && prog->getTarget()->isOpSupported(OP_MAD, add->dType)) in handleADD() 1886 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType)) in handleADD() 2053 if (!prog->getTarget()->isOpSupported(redOp, set1->sType)) in handleLOGOP() 2403 if (prog->getTarget()->isOpSupported(OP_EXTBF, TYPE_U32)) in visit() 2449 if (prog->getTarget()->isOpSupported(OP_SHLADD, add->dType)) in handleADD() [all …]
|
D | nv50_ir_target_nv50.cpp | 432 TargetNV50::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNV50
|
D | nv50_ir_target_nvc0.cpp | 472 TargetNVC0::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNVC0
|
D | nv50_ir_target_gv100.cpp | 440 TargetGV100::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetGV100
|
D | nv50_ir_lowering_nvc0.cpp | 3137 if (targ->isOpSupported(OP_SQRT, i->dType)) in handleSQRT()
|