Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp374 typedef std::map<std::string, TypeRetPredMap> OpcodeTypeRetPredMap; typedef in __anon551480480511::FastISelMap
375 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap>
695 const OpcodeTypeRetPredMap &OTM = OI->second; in printFunctionDefinitions()
697 for (OpcodeTypeRetPredMap::const_iterator I = OTM.begin(), E = OTM.end(); in printFunctionDefinitions()
849 for (OpcodeTypeRetPredMap::const_iterator I = OTM.begin(), E = OTM.end(); in printFunctionDefinitions()