Searched refs:SubR (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 1178 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/ |
D | HexagonHardwareLoops.cpp | 875 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()
|
D | HexagonSplitDouble.cpp | 85 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()
|
D | HexagonISelDAGToDAG.cpp | 829 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/ |
D | HexagonHardwareLoops.cpp | 914 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()
|
D | HexagonSplitDouble.cpp | 108 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/ |
D | RegionInfo.h | 738 for (auto &SubR : *R) 739 updateRegionTree(RI, SubR.get());
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 320 Region *SubR = RN->getNodeAs<Region>(); in getAdjustedLoopDepth() local 321 return LI->getLoopDepth(SubR->getExit()); in getAdjustedLoopDepth()
|