Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp60 inline void emitGPR(int, const Value *);
61 inline void emitGPR(int pos) { in emitGPR() function in nv50_ir::CodeEmitterGM107
62 emitGPR(pos, (const Value *)NULL); in emitGPR()
64 inline void emitGPR(int pos, const ValueRef &ref) { in emitGPR() function in nv50_ir::CodeEmitterGM107
65 emitGPR(pos, ref.get() ? ref.rep() : (const Value *)NULL); in emitGPR()
67 inline void emitGPR(int pos, const ValueRef *ref) { in emitGPR() function in nv50_ir::CodeEmitterGM107
68 emitGPR(pos, ref ? ref->rep() : (const Value *)NULL); in emitGPR()
70 inline void emitGPR(int pos, const ValueDef &def) { in emitGPR() function in nv50_ir::CodeEmitterGM107
71 emitGPR(pos, def.get() ? def.rep() : (const Value *)NULL); in emitGPR()
253 CodeEmitterGM107::emitGPR(int pos, const Value *val) in emitGPR() function in nv50_ir::CodeEmitterGM107
[all …]