Home
last modified time | relevance | path

Searched refs:shouldCoalesce (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h54 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
H A DAVRRegisterInfo.cpp313 bool AVRRegisterInfo::shouldCoalesce( in shouldCoalesce() function in llvm::AVRRegisterInfo
321 return TargetRegisterInfo::shouldCoalesce(MI, SrcRC, SubReg, DstRC, DstSubReg, in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h59 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
H A DHexagonRegisterInfo.cpp353 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h170 bool shouldCoalesce(MachineInstr *MI,
H A DSystemZRegisterInfo.cpp379 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h141 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
H A DAArch64RegisterInfo.cpp1066 bool AArch64RegisterInfo::shouldCoalesce( in shouldCoalesce() function in AArch64RegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h229 bool shouldCoalesce(MachineInstr *MI,
H A DARMBaseRegisterInfo.cpp877 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h315 bool shouldCoalesce(MachineInstr *MI,
H A DSIRegisterInfo.cpp3027 bool SIRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SIRegisterInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1113 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1989 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx, in joinCopy()