Home
last modified time | relevance | path

Searched refs:shouldClusterMemOps (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp235 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
H A DSIInstrInfo.h201 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DSIInstrInfo.cpp484 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h166 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DAArch64InstrInfo.cpp3298 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h647 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DPPCInstrInfo.cpp2815 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1402 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1626 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()