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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp32 Attribute MemBoundAttr = F.getFnAttribute("amdgpu-memory-bound"); local
33 MemoryBound = MemBoundAttr.isStringAttribute() &&
34 MemBoundAttr.getValueAsString() == "true";

Completed in 47 milliseconds