Searched refs:shouldClusterMemOps (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertHardClauses.cpp | 233 !SII->shouldClusterMemOps(CI.BaseOps, 0, false, BaseOps, 0, false, in runOnMachineFunction()
|
H A D | SIInstrInfo.h | 246 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
H A D | SIInstrInfo.cpp | 549 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 174 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
H A D | RISCVInstrInfo.cpp | 2681 bool RISCVInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in RISCVInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 575 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
H A D | PPCInstrInfo.cpp | 2888 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 324 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
H A D | AArch64InstrInfo.cpp | 4311 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1561 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 1885 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpa.Offset, in clusterNeighboringMemOps()
|