Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h103 bool shouldCombineMemoryType(EVT VT) const;
H A DAMDGPUISelLowering.cpp3725 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
3783 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
3834 if (!shouldCombineMemoryType(VT)) in performStoreCombine()