Searched full:mdef (Results 1 – 10 of 10) sorted by relevance
1 /* $OpenBSD: mdef.h,v 1.33 2015/11/03 16:21:47 deraadt Exp $ */2 /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */
21 #include "mdef.h"
34 #include "mdef.h"
50 #include "mdef.h"
48 #include "mdef.h"
49 #include "mdef.h"
57 #include "mdef.h"
56 #include "mdef.h"
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()