Searched refs:shouldClusterLoads (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h94 bool shouldClusterLoads(MachineInstr *FirstLdSt, MachineInstr *SecondLdSt,
H A DAArch64InstrInfo.cpp1203 bool AArch64InstrInfo::shouldClusterLoads(MachineInstr *FirstLdSt,
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h662 virtual bool shouldClusterLoads(MachineInstr *FirstLdSt, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1269 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength)

Completed in 810 milliseconds