Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp644 LaneBitmask MaskIntersection = Mask & LiveOut.lookup(Reg); in runOnMachineFunction() local
645 if (MaskIntersection.any()) { in runOnMachineFunction()
647 MRI, LIS, Reg, MBBStartSlot, MBBEndSlot, MaskIntersection); in runOnMachineFunction()