Searched refs:getRegUnit (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h699 RegUnit &getRegUnit(unsigned RUID) { return RegUnits[RUID]; } function in class:llvm::CodeGenRegBank
700 const RegUnit &getRegUnit(unsigned RUID) const { return RegUnits[RUID]; } function in class:llvm::CodeGenRegBank
730 Weight += getRegUnit(*I).Weight;
744 getRegUnit(RUID).Weight += Inc;
H A DRegisterInfoEmitter.cpp224 if (RegBank.getRegUnit(UnitIdx).Weight > 1)
236 const RegUnit &RU = RegBank.getRegUnit(UnitIdx);
334 OS << PSetsSeqs.get(PSets[RegBank.getRegUnit(UnitIdx).RegClassUnitSetsIdx])
1019 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots();
H A DCodeGenRegisters.cpp596 Weight += RegBank.getRegUnit(*I).Weight;
1082 const RegUnit &RU = RegBank.getRegUnit(*UnitI);
1660 if (!RegBank.getRegUnit(*UnitI).Artificial) {
1661 unsigned UWeight = RegBank.getRegUnit(*UnitI).Weight;
1747 if (!RegBank.getRegUnit(AdjustUnit).Artificial)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp172 const LiveRange &UnitRange = LIS->getRegUnit(Unit);
H A DInterferenceCache.cpp119 RegUnits.back().Fixed = &LIS->getRegUnit(*Units);
H A DLiveIntervals.cpp148 getRegUnit(i);
714 const LiveRange &RURange = getRegUnit(*Unit);
977 return &LIS.getRegUnit(Unit);
H A DVirtRegMap.cpp476 const LiveRange &UnitRange = LIS->getRegUnit(*Unit);
H A DRegAllocPBQP.cpp625 if (VRegLI.overlaps(LIS.getRegUnit(*Units))) {
H A DRegisterCoalescer.cpp2037 if (RHS.overlaps(LIS->getRegUnit(*UI))) {
2115 LiveRange &LR = LIS->getRegUnit(*UI);
H A DRegAllocGreedy.cpp2203 const LiveRange &LR = LIS->getRegUnit(*Units);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h393 LiveRange &getRegUnit(unsigned Unit) { function in class:llvm::LiveIntervals
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp323 LiveRange &AddendSrcRange = LIS->getRegUnit(Unit);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp288 LiveRange &LR = LIS->getRegUnit(*RegUnit);
586 LiveRange &LR = LIS->getRegUnit(*MCRegUnitIterator(AMDGPU::SCC, TRI));
H A DSIRegisterInfo.cpp1876 LiveRange &LR = LIS->getRegUnit(*Units);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1019 LiveRange &CCLiveRange = LIS->getRegUnit(*CCUnit);

Completed in 282 milliseconds