Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInsertHardClauses.cpp235 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
DSIInstrInfo.h200 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
DSIInstrInfo.cpp481 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h164 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
DAArch64InstrInfo.cpp3339 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h679 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
DPPCInstrInfo.cpp2901 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1449 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineScheduler.cpp1632 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()