Searched defs:texi (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp199 NVC0LegalizePostRA::findOverwritingDefs(const Instruction *texi, argument
207 if (!insn || !insn->bb->reachableBy(texi->bb, term))
220 findOverwritingDefs(texi, insn->getSrc(s)->getUniqueInsn(), term,
225 addTexUse(uses, insn, texi);
231 NVC0LegalizePostRA::findFirstUses(const Instruction *texi, argument
245 findOverwritingDefs(texi, defi, usei->bb, uses);
254 findFirstUses(texi, usei, uses);
258 findFirstUses(texi, usei, uses);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp199 NVC0LegalizePostRA::findOverwritingDefs(const Instruction *texi, argument
207 if (!insn || !insn->bb->reachableBy(texi->bb, term))
220 findOverwritingDefs(texi, insn->getSrc(s)->getUniqueInsn(), term,
225 addTexUse(uses, insn, texi);
231 NVC0LegalizePostRA::findFirstUses(const Instruction *texi, argument
245 findOverwritingDefs(texi, defi, usei->bb, uses);
254 findFirstUses(texi, usei, uses);
258 findFirstUses(texi, usei, uses);
/external/bison/
H A Dmaint.mk870 # Require the latest GFDL. Two regexp, since some .texi files end up
880 texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$
1183 texi = doc/$(PACKAGE).texi macro
1185 # Do the same for the $(sample-test) and the main doc/.texi file.
1196 in_vc_files=$(texi) \
1197 halt='out of date copyright in $(texi); update it' \
1447 # Override this with e.g., -s $(srcdir)/some_other_name.texi

Completed in 159 milliseconds