Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1375 auto isCvt = [](unsigned Opc) { in analyzeDAG() local
1401 if (isCvt(Opc)) in analyzeDAG()
1435 [&isCvt](SDep &Succ) { in analyzeDAG()
1436 return isCvt(Succ.getSUnit()->getInstr()->getOpcode()); in analyzeDAG()