Home
last modified time | relevance | path

Searched refs:ptms (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp156 for (const PatternToMatch &PTM : CGP.ptms()) in run()
H A DCodeGenDAGPatterns.h1200 iterator_range<ptm_iterator> ptms() const { return PatternsToMatch; } in ptms() function
H A DCodeGenDAGPatterns.cpp4014 for (const PatternToMatch &PTM : ptms()) { in InferInstructionFlags()
4074 for (const PatternToMatch &PTM : ptms()) { in VerifyInstructionFlags()
H A DGlobalISelEmitter.cpp5623 for (const PatternToMatch &Pat : CGP.ptms()) { in run()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19952401 * typeck.c (common_type): Handle ptms properly. Also handle
2409 ptms, too.