Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp164 if (ST.hasNSAtoVMEMBug() && checkNSAtoVMEMHazard(MI) > 0) in getHazardType()
282 if (ST.hasNSAtoVMEMBug()) in PreEmitNoopsCommon()
1165 if (!ST.hasNSAtoVMEMBug()) in checkNSAtoVMEMHazard()
DGCNSubtarget.h966 bool hasNSAtoVMEMBug() const { in hasNSAtoVMEMBug() function