Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp58 MachineInstr *VRegDef = MRI.getVRegDef(Op.getReg()); in buildDepsGraph() local
65 MachineOperand *RegOp = &VRegDef->getOperand(0); in buildDepsGraph()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp862 MachineInstr *VRegDef = MRI->getUniqueVRegDef(Reg); in traceCopyChain() local
863 if (!VRegDef || !isCoalescable(*VRegDef)) in traceCopyChain()
865 Reg = VRegDef->getOperand(1).getReg(); in traceCopyChain()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2081 auto *VRegDef = MF->getRegInfo().getVRegDef(VRegs[0]); in getArgPhysReg() local
2082 if (!VRegDef || !VRegDef->isCopy()) in getArgPhysReg()
2084 return VRegDef->getOperand(1).getReg().asMCReg(); in getArgPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7312 MachineInstr *VRegDef = RegInfo.getUniqueVRegDef(MI.getOperand(1).getReg()); in shouldPreventUndefRegUpdateMemFold() local
7313 return VRegDef && VRegDef->isImplicitDef(); in shouldPreventUndefRegUpdateMemFold()