Home
last modified time | relevance | path

Searched refs:SRM (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1065 const CodeGenRegister::SubRegMap &SRM = Reg->getSubRegs(); in normalizeWeight() local
1066 for (CodeGenRegister::SubRegMap::const_iterator SRI = SRM.begin(), in normalizeWeight()
1067 SRE = SRM.end(); SRI != SRE; ++SRI) { in normalizeWeight()
1362 const CodeGenRegister::SubRegMap &SRM = Reg->getSubRegs(); in computeOverlaps() local
1363 for (CodeGenRegister::SubRegMap::const_iterator i2 = SRM.begin(), in computeOverlaps()
1364 e2 = SRM.end(); i2 != e2; ++i2) { in computeOverlaps()
1436 const CodeGenRegister::SubRegMap &SRM = (*RI)->getSubRegs(); in inferSubClassWithSubReg() local
1437 for (CodeGenRegister::SubRegMap::const_iterator I = SRM.begin(), in inferSubClassWithSubReg()
1438 E = SRM.end(); I != E; ++I) in inferSubClassWithSubReg()
1626 const CodeGenRegister::SubRegMap &SRM = Super->getSubRegs(); in computeCoveredRegisters() local
[all …]
DRegisterInfoEmitter.cpp596 const CodeGenRegister::SubRegMap &SRM = Regs[i]->getSubRegs(); in runMCDesc() local
598 if (SRM.empty()) { in runMCDesc()
606 SRM.find(SubRegIndices[j]); in runMCDesc()
607 if (SubReg != SRM.end()) in runMCDesc()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp576 if (!SRM.get()) in scan()
577 SRM.reset(state->getStateManager().getStoreManager(). in scan()
580 return SRM->iterSubRegions(R, *this); in scan()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h775 OwningPtr<SubRegionMap> SRM; variable