Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp177 SmallVector<MachineInstr *, 2> LiveMaskQueries; member in __anon231f6cb20111::SIWholeQuadMode
565 LiveMaskQueries.push_back(&MI); in scanInstructions()
1410 for (MachineInstr *MI : LiveMaskQueries) { in lowerLiveMaskQueries()
1507 LiveMaskQueries.clear(); in runOnMachineFunction()
1541 const bool NeedsLiveMask = !(KillInstrs.empty() && LiveMaskQueries.empty()); in runOnMachineFunction()
1549 return !LiveMaskQueries.empty(); in runOnMachineFunction()