Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h189 bool ShouldTrackLaneMasks = false; member
419 bool ShouldTrackLaneMasks = false; variable
1227 return RegionPolicy.ShouldTrackLaneMasks; in shouldTrackLaneMasks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1211 ShouldTrackLaneMasks = SchedImpl->shouldTrackLaneMasks(); in enterRegion()
1213 assert((!ShouldTrackLaneMasks || ShouldTrackPressure) && in enterRegion()
1226 ShouldTrackLaneMasks, false); in initRegPressure()
1228 ShouldTrackLaneMasks, false); in initRegPressure()
1330 if (ShouldTrackLaneMasks) { in updatePressureDiffs()
1493 ShouldTrackLaneMasks, /*TrackUntiedDefs=*/true); in buildDAGWithRegPressure()
1629 RegOpers.collect(*MI, *TRI, MRI, ShouldTrackLaneMasks, false); in scheduleMI()
1630 if (ShouldTrackLaneMasks) { in scheduleMI()
1663 RegOpers.collect(*MI, *TRI, MRI, ShouldTrackLaneMasks, false); in scheduleMI()
1664 if (ShouldTrackLaneMasks) { in scheduleMI()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1234 RegOpers.collect(*MI, *DAG.TRI, DAG.MRI, DAG.ShouldTrackLaneMasks, false); in revertScheduling()
1236 if (DAG.ShouldTrackLaneMasks) { in revertScheduling()
H A DAMDGPUSubtarget.cpp642 Policy.ShouldTrackLaneMasks = true; in overrideSchedPolicy()