Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1287 bool hasRequiredExportPriority() const { return HasRequiredExportPriority; } in hasRequiredExportPriority() function
H A DGCNHazardRecognizer.cpp2917 if (!ST.hasRequiredExportPriority()) in fixRequiredExportPriority()