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