Home
last modified time | relevance | path

Searched defs:TrackLaneMasks (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp570 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 DScheduleDAGInstrs.cpp743 buildSchedGraph(AAResults * AA,RegPressureTracker * RPTracker,PressureDiffs * PDiffs,LiveIntervals * LIS,bool TrackLaneMasks) buildSchedGraph() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h134 bool TrackLaneMasks = false; global() variable
H A DRegisterPressure.h380 bool TrackLaneMasks = false; global() variable