Home
last modified time | relevance | path

Searched defs:SRI (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp121 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices; in getSubReg() local
135 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices; in getSubRegIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp222 SortRegionInfo SRI(MLI, WEI); in sortBlocks() local
H A DWebAssemblyCFGStackify.cpp438 SortRegionInfo SRI(MLI, WEI); in placeLoopMarker() local
508 SortRegionInfo SRI(MLI, WEI); in placeTryMarker() local
702 SortRegionInfo SRI(MLI, WEI); in placeTryTableMarker() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp82 for (MCRegAliasIterator SRI(R, &RI, RI.subregs(R).empty()); SRI.isValid(); in initReg() local
148 for (MCRegAliasIterator SRI(R, &RI, RI.subregs(R).empty()); SRI.isValid(); in init() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp169 ScheduleDAGMI *DAG, const SIRegisterInfo *SRI) { in getRegisterPressures()
202 const SIRegisterInfo *SRI, in initCandidate()
329 const SIRegisterInfo *SRI = static_cast<const SIRegisterInfo *>(TRI); in pickNodeFromQueue() local
H A DGCNRegPressure.cpp409 const SIRegisterInfo *SRI = static_cast<const SIRegisterInfo *>(TRI); in isSaveBeneficial() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp266 SubRegMap::const_iterator SRI = Map.find(Key); in computeSubRegs() local
1138 for (const Record *SRI : Records.getAllDerivedDefinitions("SubRegIndex")) in CodeGenRegBank() local
1853 for (auto SRI : SRM) { in normalizeWeight() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp393 LiveInterval::const_iterator &SRI = RangeIterPair.second; in addLiveInsForSubRanges() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1912 for (const CodeGenSubRegIndex &SRI : RegBank.getSubRegIndices()) { in debugDump() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2188 SubRegIndexRenderer(unsigned InsnID, const CodeGenSubRegIndex *SRI) in SubRegIndexRenderer()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1997 for (MCSubRegIndexIterator SRI(SrcRegNum, TRI); SRI.isValid(); ++SRI) { in performCopy() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5894 unsigned SRI; in Select() local