Home
last modified time | relevance | path

Searched refs:MDef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h270 CodeGenProcModel(unsigned Idx, std::string Name, const Record *MDef, in CodeGenProcModel()
272 : Index(Idx), ModelName(std::move(Name)), ModelDef(MDef), ItinsDef(IDef) { in CodeGenProcModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp17676 MachineSDNode *MDef = dyn_cast<MachineSDNode>(Def); in checkForPhysRegDependency() local
17677 if (!MDef) in checkForPhysRegDependency()
17683 const MCInstrDesc &II = TII->get(MDef->getMachineOpcode()); in checkForPhysRegDependency()