Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp157 const auto checkVOPD = [&](bool VOPD3) -> bool { in run() local
175 if (checkVOPD(false) || (HasVOPD3 && checkVOPD(true))) { in run()
H A DGCNVOPDUtils.cpp197 const auto checkVOPD = [&](bool VOPD3) -> bool { in shouldScheduleVOPDAdjacent() local
214 return checkVOPD(false) || (ST.hasVOPD3() && checkVOPD(true)); in shouldScheduleVOPDAdjacent()