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