Searched refs:enableClusterLoads (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h92 bool enableClusterLoads() const override { return true; }
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h660 virtual bool enableClusterLoads() const { return false; } function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2861 if (EnableLoadCluster && DAG->TII->enableClusterLoads())

Completed in 120 milliseconds