Searched refs:isOpSupported (Results 1 – 6 of 6) sorted by relevance
47 virtual bool isOpSupported(operation, DataType) const;
458 TargetNVC0::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNVC0
49 virtual bool isOpSupported(operation, DataType) const;
168 virtual bool isOpSupported(operation, DataType) const = 0;
373 TargetNV50::isOpSupported(operation op, DataType ty) const in isOpSupported() function in nv50_ir::TargetNV50
937 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType)) in handleABS()987 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType)) in handleADD()989 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType)) in handleADD()1139 if (!prog->getTarget()->isOpSupported(redOp, set1->sType)) in handleLOGOP()