/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRRegisterInfo.cpp | 279 bool AVRRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in llvm::AVRRegisterInfo 290 return TargetRegisterInfo::shouldCoalesce(MI, SrcRC, SubReg, DstRC, DstSubReg, NewRC, LIS); in shouldCoalesce()
|
H A D | AVRRegisterInfo.h | 54 bool shouldCoalesce(MachineInstr *MI,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.h | 59 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
H A D | HexagonRegisterInfo.cpp | 347 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 157 bool shouldCoalesce(MachineInstr *MI,
|
H A D | SystemZRegisterInfo.cpp | 376 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.h | 133 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
H A D | AArch64RegisterInfo.cpp | 781 bool AArch64RegisterInfo::shouldCoalesce( in shouldCoalesce() function in AArch64RegisterInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.h | 205 bool shouldCoalesce(MachineInstr *MI,
|
H A D | ARMBaseRegisterInfo.cpp | 854 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.h | 244 bool shouldCoalesce(MachineInstr *MI,
|
H A D | SIRegisterInfo.cpp | 2257 bool SIRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SIRegisterInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 1023 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1889 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx, in joinCopy()
|