/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInsertHardClauses.cpp | 168 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
|
D | SIInstrInfo.h | 194 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
D | SIInstrInfo.cpp | 472 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function in SIInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 108 bool shouldClusterMemOps(MachineInstr &FirstLdSt, MachineInstr &SecondLdSt,
|
D | AArch64InstrInfo.cpp | 1761 bool AArch64InstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 135 bool shouldClusterMemOps(const MachineOperand &BaseOp1,
|
D | AArch64InstrInfo.cpp | 2366 bool AArch64InstrInfo::shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() function in AArch64InstrInfo
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 144 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
D | AArch64InstrInfo.cpp | 2627 bool AArch64InstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in AArch64InstrInfo
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 117 bool shouldClusterMemOps(MachineInstr &FirstLdSt, MachineInstr &SecondLdSt,
|
D | SIInstrInfo.cpp | 299 bool SIInstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function in SIInstrInfo
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 527 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
D | PPCInstrInfo.cpp | 2344 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() function in PPCInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1045 virtual bool shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1271 virtual bool shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1329 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 189 bool shouldClusterMemOps(const MachineOperand &BaseOp1,
|
D | SIInstrInfo.cpp | 436 bool SIInstrInfo::shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() function in SIInstrInfo
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1421 if (TII->shouldClusterMemOps(*SUa->getInstr(), *SUb->getInstr(), in clusterNeighboringMemOps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1578 if (TII->shouldClusterMemOps(*MemOpRecords[Idx].BaseOp, in clusterNeighboringMemOps()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1627 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()
|