Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h131 bool shouldClusterMemOps(MachineInstr &FirstLdSt, unsigned BaseReg1,
DAArch64InstrInfo.cpp2359 bool AArch64InstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, 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/include/llvm/Target/
DTargetInstrInfo.h1045 virtual bool shouldClusterMemOps(MachineInstr &FirstLdSt, in shouldClusterMemOps() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1149 virtual bool shouldClusterMemOps(MachineInstr &FirstLdSt, unsigned BaseReg1, in shouldClusterMemOps() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h167 bool shouldClusterMemOps(MachineInstr &FirstLdSt, unsigned BaseReg1,
DSIInstrInfo.cpp404 bool SIInstrInfo::shouldClusterMemOps(MachineInstr &FirstLdSt, 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-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1552 if (TII->shouldClusterMemOps(*SUa->getInstr(), MemOpRecords[Idx].BaseReg, in clusterNeighboringMemOps()