Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp979 Register LiveMaskWQM; in lowerKillI1() local
982 LiveMaskWQM = MRI->createVirtualRegister(TRI->getBoolRC()); in lowerKillI1()
984 BuildMI(MBB, MI, DL, TII->get(WQMOpc), LiveMaskWQM).addReg(LiveMaskReg); in lowerKillI1()
987 .addReg(LiveMaskWQM); in lowerKillI1()
1024 if (LiveMaskWQM) in lowerKillI1()
1025 LIS->createAndComputeVirtRegInterval(LiveMaskWQM); in lowerKillI1()