Searched defs:RegUnit (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h40 unsigned RegUnit; ///< Virtual register or register unit. member in struct:llvm::RegisterMaskPair
43 RegisterMaskPair(unsigned RegUnit, LaneBitmask LaneMask) argument
[all...]
H A DMachineTraceMetrics.h76 unsigned RegUnit; member in struct:llvm::LiveRegUnit
H A DMachineRegisterInfo.h1177 PSetIterator(unsigned RegUnit, const MachineRegisterInfo *MRI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp178 query(const LiveRange &LR, unsigned RegUnit) argument
H A DRegisterPressure.cpp155 void RegPressureTracker::increaseRegPressure(unsigned RegUnit, argument
170 void RegPressureTracker::decreaseRegPressure(unsigned RegUnit, argument
363 unsigned RegUnit = Pair.RegUnit; local
371 getRegLanes(ArrayRef<RegisterMaskPair> RegUnits, unsigned RegUnit) argument
383 unsigned RegUnit = Pair.RegUnit; local
395 setRegZero(SmallVectorImpl<RegisterMaskPair> &RegUnits, unsigned RegUnit) argument
409 unsigned RegUnit = Pair.RegUnit; local
421 getLanesWithProperty(const LiveIntervals &LIS, const MachineRegisterInfo &MRI, bool TrackLaneMasks, unsigned RegUnit, SlotIndex Pos, LaneBitmask SafeDefault, bool(*Property)(const LiveRange &LR, SlotIndex Pos)) argument
449 getLiveLanesAt(const LiveIntervals &LIS, const MachineRegisterInfo &MRI, bool TrackLaneMasks, unsigned RegUnit, SlotIndex Pos) argument
[all...]
H A DMachineCopyPropagation.cpp176 MachineInstr *findCopyForUnit(unsigned RegUnit, const TargetRegisterInfo &TRI, argument
186 MachineInstr *findCopyDefViaUnit(unsigned RegUnit, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h745 MCRegUnitRootIterator(unsigned RegUnit, const MCRegisterInfo *MCRI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h476 struct RegUnit { struct in namespace:llvm
494 RegUnit() : Weight(0), RegClassUnitSetsIdx(0), Artificial(false) { function in struct:llvm::RegUnit

Completed in 89 milliseconds