Home
last modified time | relevance | path

Searched refs:isOpSupported (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.h18 virtual bool isOpSupported(operation, DataType) const;
Dnv50_ir_target_gv100.h40 virtual bool isOpSupported(operation, DataType) const;
Dnv50_ir_target_nv50.h52 virtual bool isOpSupported(operation, DataType) const;
Dnv50_ir_target_nvc0.h57 virtual bool isOpSupported(operation, DataType) const;
Dnv50_ir_target_gm107.cpp55 TargetGM107::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetGM107
Dnv50_ir_target.h223 virtual bool isOpSupported(operation, DataType) const = 0;
Dnv50_ir_peephole.cpp1018 target->isOpSupported(OP_SHLADD, TYPE_U32)) { in createMul()
1036 target->isOpSupported(OP_XMAD, TYPE_U32)) { in createMul()
1411 if (!prog->getTarget()->isOpSupported(cmp->op, TYPE_F32)) in opnd()
1430 } else if (prog->getTarget()->isOpSupported(OP_EXTBF, TYPE_U32) && in opnd()
1819 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType)) in handleABS()
1870 if (!add->precise && prog->getTarget()->isOpSupported(OP_MAD, add->dType)) in handleADD()
1872 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType)) in handleADD()
2039 if (!prog->getTarget()->isOpSupported(redOp, set1->sType)) in handleLOGOP()
2389 if (prog->getTarget()->isOpSupported(OP_EXTBF, TYPE_U32)) in visit()
2435 if (prog->getTarget()->isOpSupported(OP_SHLADD, add->dType)) in handleADD()
[all …]
Dnv50_ir_target.cpp299 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) { in prepareEmission()
Dnv50_ir_target_nv50.cpp421 TargetNV50::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp468 TargetNVC0::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNVC0
Dnv50_ir_target_gv100.cpp440 TargetGV100::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetGV100
Dnv50_ir_lowering_nvc0.cpp3035 if (targ->isOpSupported(OP_SQRT, i->dType)) in handleSQRT()