Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h69 bool shouldCombineMemoryType(EVT VT) const;
DAMDGPUISelLowering.cpp2172 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
2225 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
2271 if (!shouldCombineMemoryType(VT)) in performStoreCombine()