Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h74 bool shouldCombineMemoryType(EVT VT) const;
H A DAMDGPUISelLowering.cpp2944 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
3003 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
3054 if (!shouldCombineMemoryType(VT)) in performStoreCombine()