Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp32 Attribute MemBoundAttr = F.getFnAttribute("amdgpu-memory-bound"); in AMDGPUMachineFunction() local
33 MemoryBound = MemBoundAttr.isStringAttribute() && in AMDGPUMachineFunction()
34 MemBoundAttr.getValueAsString() == "true"; in AMDGPUMachineFunction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp27 Attribute MemBoundAttr = F.getFnAttribute("amdgpu-memory-bound"); in AMDGPUMachineFunction() local
28 MemoryBound = MemBoundAttr.isStringAttribute() && in AMDGPUMachineFunction()
29 MemBoundAttr.getValueAsString() == "true"; in AMDGPUMachineFunction()