Searched refs:SubR (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 919 Register SubR = MRI->createVirtualRegister(IntRC); in computeCount() local 921 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 929 DistR = SubR; in computeCount() 940 Register SubR = MRI->createVirtualRegister(IntRC); in computeCount() local 942 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 945 DistR = SubR; in computeCount()
|
| H A D | HexagonSplitDouble.cpp | 101 const UUPairMap &PairMap, unsigned SubR); 583 const UUPairMap &PairMap, unsigned SubR) { in createHalfInstr() argument 602 SR = SubR; in createHalfInstr() 605 R = (SubR == Hexagon::isub_lo) ? P.first : P.second; in createHalfInstr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1471 const auto *SubR = dyn_cast<SubRegion>(this); in getSymbolicBase() local 1473 while (SubR) { in getSymbolicBase() 1474 if (const auto *SymR = dyn_cast<SymbolicRegion>(SubR)) in getSymbolicBase() 1476 SubR = dyn_cast<SubRegion>(SubR->getSuperRegion()); in getSymbolicBase()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 733 for (auto &SubR : *R) 734 updateRegionTree(RI, SubR.get());
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 979 const std::unique_ptr<Region> &SubR = *It; in findScopes() local 982 CHR_DEBUG(dbgs() << "Looking at subregion " << SubR.get()->getNameStr() in findScopes() 984 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes()
|