Home
last modified time | relevance | path

Searched refs:VRegDef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp881 MachineInstr *VRegDef = MRI->getUniqueVRegDef(Reg); in traceCopyChain() local
882 if (!VRegDef || !isCoalescable(*VRegDef)) in traceCopyChain()
884 Reg = VRegDef->getOperand(1).getReg(); in traceCopyChain()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2095 auto *VRegDef = MF->getRegInfo().getVRegDef(VRegs[0]); in getArgPhysReg() local
2096 if (!VRegDef || !VRegDef->isCopy()) in getArgPhysReg()
2098 return VRegDef->getOperand(1).getReg().asMCReg(); in getArgPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7398 MachineInstr *VRegDef = RegInfo.getUniqueVRegDef(MI.getOperand(1).getReg()); in shouldPreventUndefRegUpdateMemFold() local
7399 return VRegDef && VRegDef->isImplicitDef(); in shouldPreventUndefRegUpdateMemFold()