Home
last modified time | relevance | path

Searched refs:EdgeT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
D2009-11-25-ImpDefBug.ll4 %struct..0EdgeT = type { i32, i32, float, float, i32, i32, i32, float, i32, i32 }
21 …%eTop.eMaj = select i1 %0, %struct..0EdgeT* undef, %struct..0EdgeT* null ; <%struct..0EdgeT*> [#us…
43 …%eRight.08 = phi %struct..0EdgeT* [ %eTop.eMaj, %bb32 ], [ undef, %bb34 ], [ undef, %bb33 ] ; <%st…
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2009-11-25-ImpDefBug.ll4 %struct..0EdgeT = type { i32, i32, float, float, i32, i32, i32, float, i32, i32 }
21 …%eTop.eMaj = select i1 %0, %struct..0EdgeT* undef, %struct..0EdgeT* null ; <%struct..0EdgeT*> [#us…
43 …%eRight.08 = phi %struct..0EdgeT* [ %eTop.eMaj, %bb32 ], [ undef, %bb34 ], [ undef, %bb33 ] ; <%st…
/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h131 } EdgeT; in NAME() typedef
140 EdgeT eMaj, eTop, eBot; in NAME()
531 EdgeT *eLeft, *eRight; in NAME()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h246 template <typename EdgeT>
247 void getExitEdges(SmallVectorImpl<EdgeT> &ExitEdges) const { in getExitEdges()
260 ExitEdges.push_back(EdgeT(*BI, *I)); in getExitEdges()