Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp279 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 DAVRRegisterInfo.h54 bool shouldCoalesce(MachineInstr *MI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h59 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
H A DHexagonRegisterInfo.cpp347 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h157 bool shouldCoalesce(MachineInstr *MI,
H A DSystemZRegisterInfo.cpp376 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h133 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
H A DAArch64RegisterInfo.cpp781 bool AArch64RegisterInfo::shouldCoalesce( in shouldCoalesce() function in AArch64RegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h205 bool shouldCoalesce(MachineInstr *MI,
H A DARMBaseRegisterInfo.cpp854 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h244 bool shouldCoalesce(MachineInstr *MI,
H A DSIRegisterInfo.cpp2257 bool SIRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SIRegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1023 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1889 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx, in joinCopy()