Searched defs:emitGPR (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_emit_gv100.h | 248 inline void emitGPR(int pos, const Value *val, int off) { in emitGPR() function 253 inline void emitGPR(int pos, const Value *v) { in emitGPR() function 257 inline void emitGPR(int pos) { in emitGPR() function 261 inline void emitGPR(int pos, const ValueRef &ref) { in emitGPR() function 265 inline void emitGPR(int pos, const ValueRef *ref) { in emitGPR() function 269 inline void emitGPR(int pos, const ValueDef &def) { in emitGPR() function 273 inline void emitGPR(int pos, const ValueDef &def, int off) { in emitGPR() function
|
D | nv50_ir_emit_gm107.cpp | 62 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
|