Searched refs:shouldClusterMemOps (Results 1 – 12 of 12) sorted by relevance
/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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 131 bool shouldClusterMemOps(MachineInstr &FirstLdSt, unsigned BaseReg1,
|
D | AArch64InstrInfo.cpp | 2359 bool AArch64InstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, 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/include/llvm/Target/ |
D | TargetInstrInfo.h | 1045 virtual bool shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1149 virtual bool shouldClusterMemOps(MachineInstr &FirstLdSt, unsigned BaseReg1, in shouldClusterMemOps() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 167 bool shouldClusterMemOps(MachineInstr &FirstLdSt, unsigned BaseReg1,
|
D | SIInstrInfo.cpp | 404 bool SIInstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, 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-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1552 if (TII->shouldClusterMemOps(*SUa->getInstr(), MemOpRecords[Idx].BaseReg, in clusterNeighboringMemOps()
|