Home
last modified time | relevance | path

Searched refs:SubR (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1178 const SubRegion *SubR = dyn_cast<SubRegion>(this); in getSymbolicBase() local
1180 while (SubR) { in getSymbolicBase()
1181 if (const SymbolicRegion *SymR = dyn_cast<SymbolicRegion>(SubR)) in getSymbolicBase()
1183 SubR = dyn_cast<SubRegion>(SubR->getSuperRegion()); in getSymbolicBase()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp875 unsigned SubR = MRI->createVirtualRegister(IntRC); in computeCount() local
877 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
885 DistR = SubR; in computeCount()
895 unsigned SubR = MRI->createVirtualRegister(IntRC); in computeCount() local
897 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
900 DistR = SubR; in computeCount()
DHexagonSplitDouble.cpp85 const UUPairMap &PairMap, unsigned SubR);
549 const UUPairMap &PairMap, unsigned SubR) { in createHalfInstr() argument
568 SR = SubR; in createHalfInstr()
571 R = (SubR == Hexagon::subreg_loreg) ? P.first : P.second; in createHalfInstr()
DHexagonISelDAGToDAG.cpp829 SDValue SubR = CurDAG->getTargetConstant(Hexagon::subreg_loreg, dl, in SelectZeroExtend() local
832 SDValue(And, 0), SubR)); in SelectZeroExtend()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp914 unsigned SubR = MRI->createVirtualRegister(IntRC); in computeCount() local
916 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
924 DistR = SubR; in computeCount()
935 unsigned SubR = MRI->createVirtualRegister(IntRC); in computeCount() local
937 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
940 DistR = SubR; in computeCount()
DHexagonSplitDouble.cpp108 const UUPairMap &PairMap, unsigned SubR);
596 const UUPairMap &PairMap, unsigned SubR) { in createHalfInstr() argument
615 SR = SubR; in createHalfInstr()
618 R = (SubR == Hexagon::isub_lo) ? P.first : P.second; in createHalfInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfo.h738 for (auto &SubR : *R)
739 updateRegionTree(RI, SubR.get());
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp320 Region *SubR = RN->getNodeAs<Region>(); in getAdjustedLoopDepth() local
321 return LI->getLoopDepth(SubR->getExit()); in getAdjustedLoopDepth()