Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1208 bool hasDstSelForwardingHazard() const { return GFX940Insts; } in hasDstSelForwardingHazard() function
H A DGCNHazardRecognizer.cpp913 if (ST.hasDstSelForwardingHazard()) { in checkVALUHazards()