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.cpp1433 bool AArch64InstrInfo::shouldClusterLoads(MachineInstr *FirstLdSt, in shouldClusterLoads() function in AArch64InstrInfo
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h94 bool shouldClusterLoads(MachineInstr *FirstLdSt,
DSIInstrInfo.cpp291 bool SIInstrInfo::shouldClusterLoads(MachineInstr *FirstLdSt, in shouldClusterLoads() function in SIInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h985 virtual bool shouldClusterLoads(MachineInstr *FirstLdSt, in shouldClusterLoads() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1337 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength) in clusterNeighboringLoads()