Home
last modified time | relevance | path

Searched refs:enableClusterLoads (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.h47 bool enableClusterLoads() const override;
DAMDGPUInstrInfo.cpp36 bool AMDGPUInstrInfo::enableClusterLoads() const { in enableClusterLoads() function in AMDGPUInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h104 bool enableClusterLoads() const override { return true; } in enableClusterLoads() function
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1041 virtual bool enableClusterLoads() const { return false; } in enableClusterLoads() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3117 if (DAG->TII->enableClusterLoads()) in createGenericSchedLive()