Searched refs:shouldCoalesce (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h58 bool shouldCoalesce(MachineInstr *MI,
H A DAVRRegisterInfo.cpp276 bool AVRRegisterInfo::shouldCoalesce(MachineInstr *MI, function in class:llvm::AVRRegisterInfo
287 return TargetRegisterInfo::shouldCoalesce(MI, SrcRC, SubReg, DstRC, DstSubReg, NewRC, LIS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h63 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
H A DHexagonRegisterInfo.cpp240 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, function in class:HexagonRegisterInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h87 bool shouldCoalesce(MachineInstr *MI,
H A DSystemZRegisterInfo.cpp340 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, function in class:SystemZRegisterInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h206 bool shouldCoalesce(MachineInstr *MI,
H A DARMBaseRegisterInfo.cpp836 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, function in class:ARMBaseRegisterInfo
875 LLVM_DEBUG(dbgs() << "\tARM::shouldCoalesce - Coalesced Weight: "
877 LLVM_DEBUG(dbgs() << "\tARM::shouldCoalesce - Reg Weight: "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h236 bool shouldCoalesce(MachineInstr *MI,
H A DSIRegisterInfo.cpp1701 bool SIRegisterInfo::shouldCoalesce(MachineInstr *MI, function in class:SIRegisterInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h946 virtual bool shouldCoalesce(MachineInstr *MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1805 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx,

Completed in 108 milliseconds