Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp627 bool IsSMRD = TII.isSMRD(*MEM); in checkSoftClauseHazards() local
647 if (IsSMRD ? breaksSMEMSoftClause(MI) : breaksVMEMSoftClause(MI)) in checkSoftClauseHazards()