Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h103 bool shouldClusterLoads(MachineInstr *FirstLdSt, MachineInstr *SecondLdSt,
DAArch64InstrInfo.cpp1440 bool AArch64InstrInfo::shouldClusterLoads(MachineInstr *FirstLdSt, in shouldClusterLoads() function in AArch64InstrInfo
/external/llvm/lib/Target/R600/
DSIInstrInfo.h83 bool shouldClusterLoads(MachineInstr *FirstLdSt,
DSIInstrInfo.cpp276 bool SIInstrInfo::shouldClusterLoads(MachineInstr *FirstLdSt, in shouldClusterLoads() function in SIInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h850 virtual bool shouldClusterLoads(MachineInstr *FirstLdSt, in shouldClusterLoads() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1288 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength) in clusterNeighboringLoads()