Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp72 Register DstSubReg = TRI->getSubReg(DstReg, SubIdx); in LowerSubregToReg() local
89 if (DstSubReg == InsReg) { in LowerSubregToReg()
103 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg, in LowerSubregToReg()
H A DRegisterCoalescer.cpp4037 unsigned SrcSubReg = 0, DstSubReg = 0; in applyTerminalRule() local
4038 if (!isMoveInstr(*TRI, &Copy, SrcReg, DstReg, SrcSubReg, DstSubReg)) in applyTerminalRule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h56 unsigned DstSubReg, const TargetRegisterClass *NewRC,
H A DAVRRegisterInfo.cpp315 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
321 return TargetRegisterInfo::shouldCoalesce(MI, SrcRC, SubReg, DstRC, DstSubReg, in shouldCoalesce()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h60 unsigned SubReg, const TargetRegisterClass *DstRC, unsigned DstSubReg,
H A DHexagonRegisterInfo.cpp355 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h174 unsigned DstSubReg,
H A DSystemZRegisterInfo.cpp383 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h143 unsigned DstSubReg, const TargetRegisterClass *NewRC,
H A DAArch64RegisterInfo.cpp1020 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
1054 if (MI->isCopy() && SubReg != DstSubReg && in shouldCoalesce()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h233 unsigned DstSubReg,
H A DARMBaseRegisterInfo.cpp881 unsigned DstSubReg, in shouldCoalesce() argument
889 if (!DstSubReg) in shouldCoalesce()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h319 unsigned DstSubReg,
H A DSIRegisterInfo.cpp3022 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1090 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1932 unsigned DstSubReg = TRI->getSubReg(DstRegNum, SubRegIdx); in performCopy() local
1933 if (!DstSubReg) in performCopy()
1942 LocIdx DstL = MTracker->lookupOrTrackRegister(DstSubReg); in performCopy()
1947 MTracker->setReg(DstSubReg, CpyValue); in performCopy()