Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h103 bool shouldCombineMemoryType(EVT VT) const;
HDAMDGPUISelLowering.cpp3776 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
3834 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
3885 if (!shouldCombineMemoryType(VT)) in performStoreCombine()