Searched defs:TrackLaneMasks (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 570 if (TrackLaneMasks) in collect() argument 268 init(const MachineFunction * mf,const RegisterClassInfo * rci,const LiveIntervals * lis,const MachineBasicBlock * mbb,MachineBasicBlock::const_iterator pos,bool TrackLaneMasks,bool TrackUntiedDefs) init() argument 422 getLanesWithProperty(const LiveIntervals & LIS,const MachineRegisterInfo & MRI,bool TrackLaneMasks,Register RegUnit,SlotIndex Pos,LaneBitmask SafeDefault,bool (* Property)(const LiveRange & LR,SlotIndex Pos)) getLanesWithProperty() argument 451 getLiveLanesAt(const LiveIntervals & LIS,const MachineRegisterInfo & MRI,bool TrackLaneMasks,Register RegUnit,SlotIndex Pos) getLiveLanesAt() argument [all...] |
H A D | ScheduleDAGInstrs.cpp | 743 buildSchedGraph(AAResults * AA,RegPressureTracker * RPTracker,PressureDiffs * PDiffs,LiveIntervals * LIS,bool TrackLaneMasks) buildSchedGraph() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 134 bool TrackLaneMasks = false; global() variable
|
H A D | RegisterPressure.h | 380 bool TrackLaneMasks = false; global() variable
|