Home
last modified time | relevance | path

Searched refs:isModSupported (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.h53 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
Dnv50_ir_target_nvc0.h55 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
Dnv50_ir_target.h218 virtual bool isModSupported(const Instruction *,
Dnv50_ir_target_nv50.cpp453 TargetNV50::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp433 TargetNVC0::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetNVC0
Dnv50_ir.cpp194 if (!target->isModSupported(insn, s, rep.mod)) in mayReplace()
Dnv50_ir_peephole.cpp1568 if (target->isModSupported(i, s, mod)) { in visit()