Searched refs:MDef (Results 1 – 2 of 2) sorted by relevance
251 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, in CodeGenProcModel()253 Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef), in CodeGenProcModel()
13171 MachineSDNode *MDef = dyn_cast<MachineSDNode>(Def); in checkForPhysRegDependency() local13172 if (!MDef) in checkForPhysRegDependency()13178 const MCInstrDesc &II = TII->get(MDef->getMachineOpcode()); in checkForPhysRegDependency()