Searched refs:isOpSupported (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.h | 18 virtual bool isOpSupported(operation, DataType) const;
|
D | nv50_ir_target_nv50.h | 51 virtual bool isOpSupported(operation, DataType) const;
|
D | nv50_ir_target_nvc0.h | 53 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 | 216 virtual bool isOpSupported(operation, DataType) const = 0;
|
D | nv50_ir_peephole.cpp | 1051 target->isOpSupported(OP_SHLADD, i->dType)) { in opnd() 1234 if (!prog->getTarget()->isOpSupported(cmp->op, TYPE_F32)) in opnd() 1253 } else if (prog->getTarget()->isOpSupported(OP_EXTBF, TYPE_U32) && in opnd() 1622 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType)) in handleABS() 1672 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType)) in handleADD() 1674 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType)) in handleADD() 1831 if (!prog->getTarget()->isOpSupported(redOp, set1->sType)) in handleLOGOP() 2145 if (prog->getTarget()->isOpSupported(OP_EXTBF, TYPE_U32)) in visit() 2183 if (prog->getTarget()->isOpSupported(OP_SHLADD, add->dType)) in handleADD()
|
D | nv50_ir_target.cpp | 290 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) { in prepareEmission()
|
D | nv50_ir_target_nv50.cpp | 417 TargetNV50::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNV50
|
D | nv50_ir_target_nvc0.cpp | 423 TargetNVC0::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNVC0
|