Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.cpp276 bool AVRRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in llvm::AVRRegisterInfo
287 return TargetRegisterInfo::shouldCoalesce(MI, SrcRC, SubReg, DstRC, DstSubReg, NewRC, LIS); in shouldCoalesce()
DAVRRegisterInfo.h58 bool shouldCoalesce(MachineInstr *MI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.h63 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
DHexagonRegisterInfo.cpp240 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h87 bool shouldCoalesce(MachineInstr *MI,
DSystemZRegisterInfo.cpp340 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h206 bool shouldCoalesce(MachineInstr *MI,
DARMBaseRegisterInfo.cpp836 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h236 bool shouldCoalesce(MachineInstr *MI,
DSIRegisterInfo.cpp1701 bool SIRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SIRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h946 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1805 if (!TRI->shouldCoalesce(CopyMI, SrcRC, SrcIdx, DstRC, DstIdx, in joinCopy()