Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h761 RegUnit &getRegUnit(unsigned RUID) { return RegUnits[RUID]; } in getRegUnit() function
762 const RegUnit &getRegUnit(unsigned RUID) const { return RegUnits[RUID]; } in getRegUnit() function
799 Weight += getRegUnit(Unit).Weight; in getRegUnitSetWeight()
813 getRegUnit(RUID).Weight += Inc; in increaseRegUnitWeight()
H A DCodeGenRegisters.cpp603 Weight += RegBank.getRegUnit(RegUnit).Weight; in getWeight()
1156 const RegUnit &RU = RegBank.getRegUnit(*UnitI); in buildRegUnitSet()
1801 if (!RegBank.getRegUnit(*UnitI).Artificial) { in computeUberWeights()
1802 unsigned UWeight = RegBank.getRegUnit(*UnitI).Weight; in computeUberWeights()
1885 if (!RegBank.getRegUnit(AdjustUnit).Artificial) in normalizeWeight()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerWWMCopies.cpp82 LIS->getRegUnit(*MCRegUnitIterator(MCRegister::from(AMDGPU::SCC), TRI)); in isSCCLiveAtMI()
H A DSIOptimizeExecMaskingPreRA.cpp100 if (isDefBetween(LIS->getRegUnit(Unit), AndIdx, SelIdx)) in isDefBetween()
324 LiveRange &RegUnit = LIS->getRegUnit(Unit); in optimizeElseBranch()
H A DSIWholeQuadMode.cpp457 LiveRange &LR = LIS->getRegUnit(Unit); in markOperand()
1087 LIS->getRegUnit(*TRI->regunits(MCRegister::from(AMDGPU::SCC)).begin()); in prepareInsertion()
H A DSIRegisterInfo.cpp3187 LiveRange &LR = LIS->getRegUnit(Unit); in findReachingDef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp172 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference()
H A DInterferenceCache.cpp115 RegUnits.back().Fixed = &LIS->getRegUnit(Unit); in reset()
H A DLiveIntervals.cpp165 getRegUnit(i); in analyze()
732 const LiveRange &RURange = getRegUnit(Unit); in addKillFlags()
1015 return &LIS.getRegUnit(Unit); in getRegUnitLI()
H A DVirtRegMap.cpp518 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in subRegLiveThrough()
H A DRegAllocPBQP.cpp638 if (VRegLI.overlaps(LIS.getRegUnit(Unit))) { in initializeGraph()
H A DRegisterCoalescer.cpp2243 if (RHS.overlaps(LIS->getRegUnit(Unit))) { in joinReservedPhysReg()
2324 LiveRange &LR = LIS->getRegUnit(Unit); in joinReservedPhysReg()
H A DTwoAddressInstructionPass.cpp411 return isPlainlyKilled(MI, LIS->getRegUnit(U)); in isPlainlyKilled()
H A DRegAllocGreedy.cpp1541 const LiveRange &LR = LIS->getRegUnit(Unit); in calcGapWeights()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp318 LiveRange &AddendSrcRange = LIS->getRegUnit(Unit); in processBlock()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp238 if (RegBank.getRegUnit(UnitIdx).Weight > 1) in EmitRegUnitPressure()
250 const RegUnit &RU = RegBank.getRegUnit(UnitIdx); in EmitRegUnitPressure()
346 OS << PSetsSeqs.get(PSets[RegBank.getRegUnit(UnitIdx).RegClassUnitSetsIdx]) in EmitRegUnitPressure()
989 ArrayRef<const CodeGenRegister *> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h404 LiveRange &getRegUnit(unsigned Unit) { in getRegUnit() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1208 CCLiveRange = &LIS->getRegUnit(*CCUnits.begin()); in foldMemoryOperandImpl()