Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.h66 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
DHexagonRegisterInfo.cpp247 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h81 bool shouldCoalesce(MachineInstr *MI,
DSystemZRegisterInfo.cpp247 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h205 bool shouldCoalesce(MachineInstr *MI,
DARMBaseRegisterInfo.cpp802 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h190 bool shouldCoalesce(MachineInstr *MI,
DARMBaseRegisterInfo.cpp783 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h209 bool shouldCoalesce(MachineInstr *MI,
DSIRegisterInfo.cpp1511 bool SIRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SIRegisterInfo
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h919 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h975 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1361 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx, in joinCopy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1644 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx, in joinCopy()