Home
last modified time | relevance | path

Searched defs:enableClusterLoads (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h104 bool enableClusterLoads() const override { return true; } in enableClusterLoads() function
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.cpp36 bool AMDGPUInstrInfo::enableClusterLoads() const { in enableClusterLoads() function in AMDGPUInstrInfo
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1041 virtual bool enableClusterLoads() const { return false; } in enableClusterLoads() function