Searched refs:ANCESTOR (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp59 #define ANCESTOR(i) (data[(i) + 1 * count]) macro
69 INFO("ANCESTOR(%i) = %i\n", i, ANCESTOR(i));
88 SEMI(i) = ANCESTOR(i) = -1;
112 if (ANCESTOR(ANCESTOR(v)) >= 0) {
113 squash(ANCESTOR(v));
115 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
116 LABEL(v) = LABEL(ANCESTOR(v));
117 ANCESTOR(
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp59 #define ANCESTOR(i) (data[(i) + 1 * count]) macro
69 INFO("ANCESTOR(%i) = %i\n", i, ANCESTOR(i));
88 SEMI(i) = ANCESTOR(i) = -1;
112 if (ANCESTOR(ANCESTOR(v)) >= 0) {
113 squash(ANCESTOR(v));
115 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
116 LABEL(v) = LABEL(ANCESTOR(v));
117 ANCESTOR(
[all...]

Completed in 3 milliseconds