Searched refs:findFirstUsesBB (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.h | 110 void findFirstUsesBB(int minGPR, int maxGPR, Instruction *start,
|
D | nv50_ir_lowering_nvc0.cpp | 441 findFirstUsesBB(minGPR, maxGPR, texi->next, texi, uses, visited); in findFirstUses() 445 NVC0LegalizePostRA::findFirstUsesBB( in findFirstUsesBB() function in nv50_ir::NVC0LegalizePostRA 488 findFirstUsesBB(minGPR, maxGPR, BasicBlock::get(ei.getNode())->getEntry(), in findFirstUsesBB()
|