Home
last modified time | relevance | path

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

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