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.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.cpp4044 unsigned SrcSubReg = 0, DstSubReg = 0; in applyTerminalRule() local
4045 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.cpp315 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
321 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.cpp355 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h174 unsigned DstSubReg,
H A DSystemZRegisterInfo.cpp383 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h143 unsigned DstSubReg, const TargetRegisterClass *NewRC,
H A DAArch64RegisterInfo.cpp1068 const TargetRegisterClass *DstRC, unsigned DstSubReg, in shouldCoalesce() argument
1102 if (MI->isCopy() && SubReg != DstSubReg && in shouldCoalesce()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h319 unsigned DstSubReg,
H A DSIRegisterInfo.cpp3031 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1117 unsigned DstSubReg, in shouldCoalesce() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1966 unsigned DstSubReg = TRI->getSubReg(DstRegNum, SubRegIdx); in performCopy() local
1967 if (!DstSubReg) in performCopy()
1976 LocIdx DstL = MTracker->lookupOrTrackRegister(DstSubReg); in performCopy()
1981 MTracker->setReg(DstSubReg, CpyValue); in performCopy()