Searched refs:new_Symbol (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 449 Symbol *sym = new_Symbol(prog, file, fileIndex); in mkSymbol() 461 Symbol *sym = new_Symbol(prog, FILE_SYSTEM_VALUE, 0); in mkSysVal() 492 Symbol *sym = new_Symbol(prog, FILE_THREAD_STATE, 0); in mkTSVal() 514 baseSym = new_Symbol(up->getProgram(), file, fileIdx); in setup() 578 Symbol *sym = new_Symbol(up->getProgram(), file, 0); in mkSymbol()
|
D | nv50_ir_util.h | 75 #define new_Symbol(p, args...) \ macro
|
D | nv50_ir.cpp | 294 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex); in clone()
|
D | nv50_ir_ra.cpp | 1692 slot.sym = new_Symbol(func->getProgram(), FILE_MEMORY_LOCAL); in assignSlot()
|
D | nv50_ir_from_tgsi.cpp | 1791 Symbol *sym = new_Symbol(prog, tgsi::translateFile(tgsiFile)); in makeSym()
|