Home
last modified time | relevance | path

Searched refs:DAGInstMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenDAGPatterns.h1208 typedef std::map<Record *, DAGInstruction, LessRecordByID> DAGInstMap; typedef
1210 DAGInstMap &DAGInsts);
HDCodeGenDAGPatterns.cpp3773 DAGInstMap &DAGInsts) { in parseInstructionPattern()