Searched refs:shouldClusterMemOps (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 177 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
|
| H A D | SIInstrInfo.h | 194 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | SIInstrInfo.cpp | 427 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 152 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | AArch64InstrInfo.cpp | 3087 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 547 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | PPCInstrInfo.cpp | 2787 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1385 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 1627 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()
|