Home
last modified time | relevance | path

Searched refs:vti (Results 1 – 3 of 3) sorted by relevance

/external/bison/doc/
DMakefile.in66 $(srcdir)/Makefile.in $(srcdir)/stamp-vti \
1523 $(srcdir)/version.texi: $(srcdir)/stamp-vti
1524 $(srcdir)/stamp-vti: bison.texi $(top_srcdir)/configure
1530 echo "@set VERSION $(VERSION)") > vti.tmp
1531 @cmp -s vti.tmp $(srcdir)/version.texi \
1533 cp vti.tmp $(srcdir)/version.texi)
1534 -@rm -f vti.tmp
1537 mostlyclean-vti:
1538 -rm -f vti.tmp
1540 maintainer-clean-vti:
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp261 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) { in set() local
262 EVT VT = ValueVTs[vti]; in set()
DSelectionDAGBuilder.cpp7766 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) { in HandlePHINodesInSuccessorBlocks() local
7767 EVT VT = ValueVTs[vti]; in HandlePHINodesInSuccessorBlocks()