Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp382 typedef std::map<std::string, TypeRetPredMap> OpcodeTypeRetPredMap; typedef in __anond0ef0c150511::FastISelMap
383 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
702 const OpcodeTypeRetPredMap &OTM = OI->second; in printFunctionDefinitions()
704 for (OpcodeTypeRetPredMap::const_iterator I = OTM.begin(), E = OTM.end(); in printFunctionDefinitions()
856 for (OpcodeTypeRetPredMap::const_iterator I = OTM.begin(), E = OTM.end(); in printFunctionDefinitions()