Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp233 !SII->shouldClusterMemOps(CI.BaseOps, 0, false, BaseOps, 0, false, in runOnMachineFunction()
H A DSIInstrInfo.h246 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DSIInstrInfo.cpp549 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h174 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DRISCVInstrInfo.cpp2681 bool RISCVInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h575 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DPPCInstrInfo.cpp2888 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h324 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DAArch64InstrInfo.cpp4311 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1561 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1885 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpa.Offset, in clusterNeighboringMemOps()