Searched refs:isModSupported (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_gv100.h | 41 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
|
H A D | nv50_ir_target_nv50.h | 54 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
|
H A D | nv50_ir_target_nvc0.h | 59 virtual bool isModSupported(const Instruction *, int s, Modifier) const;
|
H A D | nv50_ir_target.h | 226 virtual bool isModSupported(const Instruction *,
|
H A D | nv50_ir_target_nv50.cpp | 469 TargetNV50::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetNV50
|
H A D | nv50_ir_target_nvc0.cpp | 484 TargetNVC0::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetNVC0
|
H A D | nv50_ir_target_gv100.cpp | 430 TargetGV100::isModSupported(const Instruction *i, int s, Modifier mod) const in isModSupported() function in nv50_ir::TargetGV100
|
H A D | nv50_ir.cpp | 189 if (!target->isModSupported(insn, s, rep.mod)) in mayReplace()
|
H A D | nv50_ir_peephole.cpp | 1780 if (target->isModSupported(i, s, mod)) { in visit()
|
Completed in 11 milliseconds