/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRRegisterInfo.h | 54 bool shouldCoalesce(MachineInstr *MI,
|
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRRegisterInfo.h | 58 bool shouldCoalesce(MachineInstr *MI,
|
D | AVRRegisterInfo.cpp | 276 bool AVRRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in llvm::AVRRegisterInfo 287 return TargetRegisterInfo::shouldCoalesce(MI, SrcRC, SubReg, DstRC, DstSubReg, NewRC, LIS); in shouldCoalesce()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.h | 63 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
D | HexagonRegisterInfo.cpp | 240 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.h | 59 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
D | HexagonRegisterInfo.cpp | 247 bool HexagonRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in HexagonRegisterInfo
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 82 bool shouldCoalesce(MachineInstr *MI,
|
D | SystemZRegisterInfo.cpp | 339 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 87 bool shouldCoalesce(MachineInstr *MI,
|
D | SystemZRegisterInfo.cpp | 340 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in SystemZRegisterInfo
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | regalloc-GR128-02.mir | 4 # Test that the SystemZ shouldCoalesce() implementation does not crash in
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.h | 134 bool shouldCoalesce(MachineInstr *MI, const TargetRegisterClass *SrcRC,
|
D | AArch64RegisterInfo.cpp | 740 bool AArch64RegisterInfo::shouldCoalesce( in shouldCoalesce() function in AArch64RegisterInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 190 bool shouldCoalesce(MachineInstr *MI,
|
D | ARMBaseRegisterInfo.cpp | 783 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 206 bool shouldCoalesce(MachineInstr *MI,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 206 bool shouldCoalesce(MachineInstr *MI,
|
D | ARMBaseRegisterInfo.cpp | 836 bool ARMBaseRegisterInfo::shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function in ARMBaseRegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 236 bool shouldCoalesce(MachineInstr *MI,
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 241 bool shouldCoalesce(MachineInstr *MI,
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 919 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 946 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 964 virtual bool shouldCoalesce(MachineInstr *MI, in shouldCoalesce() function
|