Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h78 bool shouldCombineMemoryType(EVT VT) const;
H A DAMDGPUISelLowering.cpp2772 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
2828 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
2878 if (!shouldCombineMemoryType(VT)) in performStoreCombine()