Searched refs:SubR (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 914 Register SubR = MRI->createVirtualRegister(IntRC); in computeCount() local 916 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 924 DistR = SubR; in computeCount() 935 Register SubR = MRI->createVirtualRegister(IntRC); in computeCount() local 937 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 940 DistR = SubR; in computeCount()
|
| H A D | HexagonSplitDouble.cpp | 107 const UUPairMap &PairMap, unsigned SubR); 591 const UUPairMap &PairMap, unsigned SubR) { in createHalfInstr() argument 610 SR = SubR; in createHalfInstr() 613 R = (SubR == Hexagon::isub_lo) ? P.first : P.second; in createHalfInstr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1327 const auto *SubR = dyn_cast<SubRegion>(this); in getSymbolicBase() local 1329 while (SubR) { in getSymbolicBase() 1330 if (const auto *SymR = dyn_cast<SymbolicRegion>(SubR)) in getSymbolicBase() 1332 SubR = dyn_cast<SubRegion>(SubR->getSuperRegion()); in getSymbolicBase()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 735 for (auto &SubR : *R) 736 updateRegionTree(RI, SubR.get());
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 998 const std::unique_ptr<Region> &SubR = *It; in findScopes() local 1001 CHR_DEBUG(dbgs() << "Looking at subregion " << SubR.get()->getNameStr() in findScopes() 1003 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes()
|