Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertHardClauses.cpp168 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
DSIInstrInfo.h194 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
DSIInstrInfo.cpp472 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h108 bool shouldClusterMemOps(MachineInstr &FirstLdSt, MachineInstr &SecondLdSt,
DAArch64InstrInfo.cpp1761 bool AArch64InstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h135 bool shouldClusterMemOps(const MachineOperand &BaseOp1,
DAArch64InstrInfo.cpp2366 bool AArch64InstrInfo::shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() function in AArch64InstrInfo
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h144 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
DAArch64InstrInfo.cpp2627 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h117 bool shouldClusterMemOps(MachineInstr &FirstLdSt, MachineInstr &SecondLdSt,
DSIInstrInfo.cpp299 bool SIInstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function in SIInstrInfo
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h527 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
DPPCInstrInfo.cpp2344 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1045 virtual bool shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1271 virtual bool shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1329 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h189 bool shouldClusterMemOps(const MachineOperand &BaseOp1,
DSIInstrInfo.cpp436 bool SIInstrInfo::shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() function in SIInstrInfo
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1421 if (TII->shouldClusterMemOps(*SUa->getInstr(), *SUb->getInstr(), in clusterNeighboringMemOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1578 if (TII->shouldClusterMemOps(*MemOpRecords[Idx].BaseOp, in clusterNeighboringMemOps()
/external/llvm-project/llvm/lib/CodeGen/
DMachineScheduler.cpp1627 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()