Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h81 bool shouldCombineMemoryType(EVT VT) const;
H A DAMDGPUISelLowering.cpp2958 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
3016 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
3067 if (!shouldCombineMemoryType(VT)) in performStoreCombine()