Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp699 for (const auto &SimplePattern : SimplePatterns) { in printFunctionDefinitions() local
700 const OperandsSignature &Operands = SimplePattern.first; in printFunctionDefinitions()
701 const OpcodeTypeRetPredMap &OTM = SimplePattern.second; in printFunctionDefinitions()