Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ssa.cpp198 bb->getDF().clear(); in findDominanceFrontiers()
203 bb->getDF().insert(dfLocal); in findDominanceFrontiers()
209 DLList::Iterator dfIt = cb->getDF().iterator(); in findDominanceFrontiers()
213 bb->getDF().insert(dfUp); in findDominanceFrontiers()
372 DLList::Iterator dfIter = bb->getDF().iterator(); in convertToSSA()
Dnv50_ir_print.cpp748 for (DLList::Iterator df = bb->getDF().iterator(); !df.end(); df.next()) in visit()
Dnv50_ir.h1119 DLList& getDF() { return df; } in getDF() function
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h37 : DFG(g), TRI(g.getTRI()), MDT(g.getDT()), MDF(g.getDF()), in Liveness()
DRDFGraph.h627 const MachineDominanceFrontier &getDF() const { in getDF() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.h57 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {} in Liveness()
DRDFGraph.h667 const MachineDominanceFrontier &getDF() const { return MDF; } in getDF() function