Searched refs:ResC (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 813 RegisterCell ResC = ME.getCell(RU, Map); in visitPHI() local 816 << " cell: " << ResC << "\n"; in visitPHI() 817 Changed |= DefC.meet(ResC, DefRR.Reg); in visitPHI() 882 RegisterCell ResC = ME.getCell(RD, ResMap); in visitNonBranch() local 896 if (V == ResC[i]) in visitNonBranch() 898 V = ResC[i]; in visitNonBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 827 RegisterCell ResC = ME.getCell(RU, Map); in visitPHI() local 830 << " cell: " << ResC << "\n"; in visitPHI() 831 Changed |= DefC.meet(ResC, DefRR.Reg); in visitPHI() 892 RegisterCell ResC = ME.getCell(RD, ResMap); in visitNonBranch() local 906 if (V == ResC[i]) in visitNonBranch() 908 V = ResC[i]; in visitNonBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 842 Constant *ResC = ConstantInt::get(CmpType, Res); in ComputeValueKnownInPredecessorsImpl() local 843 Result.push_back(std::make_pair(ResC, P)); in ComputeValueKnownInPredecessorsImpl() 878 Constant *ResC; in ComputeValueKnownInPredecessorsImpl() local 880 ResC = ConstantInt::getTrue(CmpType); in ComputeValueKnownInPredecessorsImpl() 882 ResC = ConstantInt::getFalse(CmpType); in ComputeValueKnownInPredecessorsImpl() 886 Result.push_back(std::make_pair(ResC, P)); in ComputeValueKnownInPredecessorsImpl()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 594 Constant *ResC = ConstantInt::get(Cmp->getType(), Res); in ComputeValueKnownInPredecessors() local 595 Result.push_back(std::make_pair(ResC, P)); in ComputeValueKnownInPredecessors()
|