/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRRegisterInfo.h | 54 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
H A D | AVRRegisterInfo.cpp | 313 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 D | HexagonRegisterInfo.h | 59 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
H A D | HexagonRegisterInfo.cpp | 353 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 170 bool shouldCoalesce(MachineInstr *MI,
|
H A D | SystemZRegisterInfo.cpp | 379 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.h | 141 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
H A D | AArch64RegisterInfo.cpp | 1066 bool AArch64RegisterInfo::shouldCoalesce( in shouldCoalesce() function in AArch64RegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.h | 229 bool shouldCoalesce(MachineInstr *MI,
|
H A D | ARMBaseRegisterInfo.cpp | 877 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.h | 315 bool shouldCoalesce(MachineInstr *MI,
|
H A D | SIRegisterInfo.cpp | 3027 bool SIRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SIRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 1113 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1989 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx, in joinCopy()
|