Home
last modified time | relevance | path

Searched refs:shouldCombineMemoryType (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h79 bool shouldCombineMemoryType(EVT VT) const;
DAMDGPUISelLowering.cpp2712 bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const { in shouldCombineMemoryType() function in AMDGPUTargetLowering
2768 if (!shouldCombineMemoryType(VT)) in performLoadCombine()
2818 if (!shouldCombineMemoryType(VT)) in performStoreCombine()