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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h42 bool MemoryBound = false; member in class:llvm::AMDGPUMachineFunction
73 return MemoryBound;
H A DAMDGPUMachineFunction.cpp28 MemoryBound = MemBoundAttr.isStringAttribute() &&
H A DSIMachineFunctionInfo.cpp547 MemoryBound(MFI.isMemoryBound()),
568 MemoryBound = YamlMFI.MemoryBound;
H A DSIMachineFunctionInfo.h282 bool MemoryBound = false; member in struct:llvm::yaml::final
309 YamlIO.mapOptional("memoryBound", MFI.MemoryBound, false);

Completed in 92 milliseconds