Home
last modified time | relevance | path

Searched refs:insnCanLoad (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gv100.h39 virtual bool insnCanLoad(const Instruction *, int, const Instruction *) const;
Dnv50_ir_target_nv50.h48 virtual bool insnCanLoad(const Instruction *insn, int s,
Dnv50_ir_target_nvc0.h53 virtual bool insnCanLoad(const Instruction *insn, int s,
Dnv50_ir_target.h219 virtual bool insnCanLoad(const Instruction *insn, int s,
Dnv50_ir_target_nv50.cpp273 TargetNV50::insnCanLoad(const Instruction *i, int s, in insnCanLoad() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp338 TargetNVC0::insnCanLoad(const Instruction *i, int s, in insnCanLoad() function in nv50_ir::TargetNVC0
Dnv50_ir_target_gv100.cpp474 TargetGV100::insnCanLoad(const Instruction *i, int s, in insnCanLoad() function in nv50_ir::TargetGV100
Dnv50_ir_peephole.cpp220 if ((isCSpaceLoad(i0) || isImmdLoad(i0)) && targ->insnCanLoad(insn, 1, i0)) { in checkSwapSrc01()
222 !targ->insnCanLoad(insn, 1, i1) || in checkSwapSrc01()
279 if (!targ->insnCanLoad(i, s, ld)) in visit()