Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp156 E = CGP.ptm_end(); in run()
H A DFastISelEmitter.cpp455 for (CodeGenDAGPatterns::ptm_iterator I = CGP.ptm_begin(), E = CGP.ptm_end(); in collectPatterns()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h1204 ptm_iterator ptm_end() const { return PatternsToMatch.end(); } in ptm_end() function