Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCRegisterInfo.cpp31 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices; in getSubReg() local
42 const uint16_t *SRI = SubRegIndices + get(Reg).SubRegIndices; in getSubRegIndex() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp216 MCSuperRegIterator SRI(Reg, TRI); in uniqueSuperReg() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp274 for (MCSubRegIterator SRI(Reg, TRI, true); SRI.isValid(); ++SRI) { in ScanInstruction() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp273 SubRegMap::const_iterator SRI = Map.find(I->first); in computeSubRegs() local
1442 for (CodeGenRegister::SubRegMap::const_iterator SRI = SRM.begin(), in normalizeWeight() local
H A DCodeGenSchedule.cpp287 for (RecIter SRI = SRDefs.begin(), SRE = SRDefs.end(); SRI != SRE; ++SRI) { in collectSchedRW() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2674 unsigned SRI; in Select() local