Home
last modified time | relevance | path

Searched refs:DstSubReg (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp91 Register DstSubReg = TRI->getSubReg(DstReg, SubIdx); in LowerSubregToReg() local
108 if (DstSubReg == InsReg) { in LowerSubregToReg()
122 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg, in LowerSubregToReg()
H A DRegisterCoalescer.cpp4102 unsigned SrcSubReg = 0, DstSubReg = 0; in applyTerminalRule() local
4103 if (!isMoveInstr(*TRI, &Copy, SrcReg, DstReg, SrcSubReg, DstSubReg)) in applyTerminalRule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h56 unsigned DstSubReg, const TargetRegisterClass *NewRC,
H A DAVRRegisterInfo.cpp310 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
316 return TargetRegisterInfo::shouldCoalesce(MI, SrcRC, SubReg, DstRC, DstSubReg, in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h60 unsigned SubReg, const TargetRegisterClass *DstRC, unsigned DstSubReg,
H A DHexagonRegisterInfo.cpp350 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h175 unsigned DstSubReg,
H A DSystemZRegisterInfo.cpp387 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h158 unsigned DstSubReg,
H A DARMBaseRegisterInfo.cpp910 unsigned DstSubReg, in shouldCoalesce() argument
918 if (!DstSubReg) in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h150 unsigned DstSubReg, const TargetRegisterClass *NewRC,
H A DAArch64RegisterInfo.cpp1321 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
1355 if (MI->isCopy() && SubReg != DstSubReg && in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h349 unsigned DstSubReg,
H A DSIRegisterInfo.cpp3729 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1171 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2000 unsigned DstSubReg = TRI->getSubReg(DstRegNum, SubRegIdx); in performCopy() local
2001 if (!DstSubReg) in performCopy()
2010 LocIdx DstL = MTracker->lookupOrTrackRegister(DstSubReg); in performCopy()
2015 MTracker->setReg(DstSubReg, CpyValue); in performCopy()