Home
last modified time | relevance | path

Searched full:mdef (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/m4/
H A Dmdef.h1 /* $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 $ */
H A Dexpr.c21 #include "mdef.h"
H A Dtrace.c34 #include "mdef.h"
H A Dlook.c50 #include "mdef.h"
H A Dmisc.c48 #include "mdef.h"
H A Dgnum4.c49 #include "mdef.h"
H A Dmain.c57 #include "mdef.h"
H A Deval.c56 #include "mdef.h"
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h259 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16485 MachineSDNode *MDef = dyn_cast<MachineSDNode>(Def); in checkForPhysRegDependency() local
16486 if (!MDef) in checkForPhysRegDependency()
16492 const MCInstrDesc &II = TII->get(MDef->getMachineOpcode()); in checkForPhysRegDependency()