Searched refs:shouldClusterMemOps (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIInsertHardClauses.cpp | 235 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
|
| D | SIInstrInfo.h | 200 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| D | SIInstrInfo.cpp | 481 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.h | 164 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| D | AArch64InstrInfo.cpp | 3339 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.h | 679 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| D | PPCInstrInfo.cpp | 2901 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | TargetInstrInfo.h | 1449 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineScheduler.cpp | 1632 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()
|