Home
last modified time | relevance | path

Searched refs:shouldCombineMemoryType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h80 bool shouldCombineMemoryType(EVT VT) const;
H A DAMDGPUISelLowering.cpp2832 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
2890 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
2941 if (!shouldCombineMemoryType(VT)) in performStoreCombine()