Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
DFastISelEmitter.cpp370 typedef std::map<std::string, TypeRetPredMap> OpcodeTypeRetPredMap; typedef in __anon9f8721780511::FastISelMap
371 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
591 const OpcodeTypeRetPredMap &OTM = OI->second; in printFunctionDefinitions()
593 for (OpcodeTypeRetPredMap::const_iterator I = OTM.begin(), E = OTM.end(); in printFunctionDefinitions()
840 for (OpcodeTypeRetPredMap::const_iterator I = OTM.begin(), E = OTM.end(); in printFunctionDefinitions()