Home
last modified time | relevance | path

Searched refs:isModSupported (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_gv100.h41 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
H A Dnv50_ir_target_nv50.h54 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
H A Dnv50_ir_target_nvc0.h59 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
H A Dnv50_ir_target.h226 virtual bool isModSupported(const Instruction *,
H A Dnv50_ir_target_nv50.cpp469 TargetNV50::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetNV50
H A Dnv50_ir_target_nvc0.cpp484 TargetNVC0::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetNVC0
H A Dnv50_ir_target_gv100.cpp430 TargetGV100::isModSupported(const Instruction *i, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetGV100
H A Dnv50_ir.cpp189 if (!target->isModSupported(insn, s, rep.mod)) in mayReplace()
H A Dnv50_ir_peephole.cpp1780 if (target->isModSupported(i, s, mod)) { in visit()

Completed in 11 milliseconds