Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp176 SmallVector<MachineInstr *, 2> LiveMaskQueries; member in __anon222080f40111::SIWholeQuadMode
589 LiveMaskQueries.push_back(&MI); in scanInstructions()
1489 for (MachineInstr *MI : LiveMaskQueries) { in lowerLiveMaskQueries()
1586 LiveMaskQueries.clear(); in runOnMachineFunction()
1622 const bool NeedsLiveMask = !(KillInstrs.empty() && LiveMaskQueries.empty()); in runOnMachineFunction()
1630 return !LiveMaskQueries.empty(); in runOnMachineFunction()