Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h118 bool shouldClusterMemOps(MachineOperand &BaseOp1, MachineOperand &BaseOp2,
H A DAArch64InstrInfo.cpp2184 bool AArch64InstrInfo::shouldClusterMemOps(MachineOperand &BaseOp1, in shouldClusterMemOps() function in AArch64InstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1167 virtual bool shouldClusterMemOps(MachineOperand &BaseOp1, in shouldClusterMemOps() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h180 bool shouldClusterMemOps(MachineOperand &BaseOp1, MachineOperand &BaseOp2,
H A DSIInstrInfo.cpp416 bool SIInstrInfo::shouldClusterMemOps(MachineOperand &BaseOp1, in shouldClusterMemOps() function in SIInstrInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1589 if (TII->shouldClusterMemOps(*MemOpRecords[Idx].BaseOp, in clusterNeighboringMemOps()