Home
last modified time | relevance | path

Searched refs:ResC (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp813 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/lib/Transforms/Scalar/
DJumpThreading.cpp515 Constant *ResC = ConstantInt::get(Cmp->getType(), Res); in ComputeValueKnownInPredecessors() local
516 Result.push_back(std::make_pair(ResC, P)); in ComputeValueKnownInPredecessors()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp594 Constant *ResC = ConstantInt::get(Cmp->getType(), Res); in ComputeValueKnownInPredecessors() local
595 Result.push_back(std::make_pair(ResC, P)); in ComputeValueKnownInPredecessors()