Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gv100.h231 inline void emitGPR(int pos, const Value *val, int off) { in emitGPR() function
236 inline void emitGPR(int pos, const Value *v) { in emitGPR() function
240 inline void emitGPR(int pos) { in emitGPR() function
244 inline void emitGPR(int pos, const ValueRef &ref) { in emitGPR() function
248 inline void emitGPR(int pos, const ValueRef *ref) { in emitGPR() function
252 inline void emitGPR(int pos, const ValueDef &def) { in emitGPR() function
256 inline void emitGPR(int pos, const ValueDef &def, int off) { in emitGPR() function
Dnv50_ir_emit_gm107.cpp62 inline void emitGPR(int pos) { in emitGPR() function in nv50_ir::CodeEmitterGM107
65 inline void emitGPR(int pos, const ValueRef &ref) { in emitGPR() function in nv50_ir::CodeEmitterGM107
68 inline void emitGPR(int pos, const ValueRef *ref) { in emitGPR() function in nv50_ir::CodeEmitterGM107
71 inline void emitGPR(int pos, const ValueDef &def) { in emitGPR() function in nv50_ir::CodeEmitterGM107
260 CodeEmitterGM107::emitGPR(int pos, const Value *val) in emitGPR() function in nv50_ir::CodeEmitterGM107