Searched refs:shouldClusterMemOps (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp163 // Note that we lie to shouldClusterMemOps about the size of the
164 // cluster. When shouldClusterMemOps is called from the machine
168 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) {
H A DSIInstrInfo.h193 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DSIInstrInfo.cpp473 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, function in class:SIInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h141 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DAArch64InstrInfo.cpp2527 bool AArch64InstrInfo::shouldClusterMemOps( function in class:AArch64InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1290 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, function in class:llvm::TargetInstrInfo
1293 llvm_unreachable("target did not implement shouldClusterMemOps()");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1603 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength,

Completed in 630 milliseconds